Color Hex Logo

#bccbf1 Color Hex

#BCCBF1
(188,203,241)
0 Favorites   0 Comments

Color spaces of #bccbf1

RGB 188203241
HSL0.620.650.84
HSV223°22°95°
CMYK 0.220.160.00   0.05
XYZ57.972259.754191.6973
Yxy59.75410.27680.2853
Hunter Lab77.3008-1.4092-16.2216
CIE-Lab81.70432.8911-20.4139

#bccbf1 color RGB value is (188,203,241).

#bccbf1 hex color red value is 188, green value is 203 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #bccbf1 hue: 0.62 , saturation: 0.65 and the lightness value of bccbf1 is 0.84.

The process color (four color CMYK) of #bccbf1 color hex is 0.22, 0.16, 0.00, 0.05. Web safe color of #bccbf1 is #ccccff. Color #bccbf1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001011 11110001
Octal 274 313 361
Decimal 188 203 241
Hex BC CB F1

RGB Percentages of Color #bccbf1

%29.75
%32.12
%38.13

CMYK Percentages of Color #bccbf1

%22
%16
%0
%5

Triadic Colors of #bccbf1

#bccbf1 #f1bccb #cbf1bc

Analogous Colors of #bccbf1

#bccbf1 #c8bcf1 #bce6f1

Monochromatic Colors of #bccbf1

#bccbf1

Complementary Color

#bccbf1 #f1e2bc

#bccbf1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bccbf1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bccbf1 Color CSS Codes

.mybgcolor {background-color:#bccbf1; } 
.myforecolor {color:#bccbf1; }
.mybordercolor {border:3px solid #bccbf1; }

#bccbf1 Text Font Color

<p style="color:#bccbf1">Text here</p>

This sample text font color is #bccbf1
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#bccbf1 Background Color

<div style="background-color:#bccbf1">
Div content here</div>

This div background color is #bccbf1


#bccbf1 Border Color

<div style="border:3px solid #bccbf1">
Div here</div>

This div border color is #bccbf1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(188,203,241, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bccbf1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bccbf1;
  -webkit-box-shadow: 1px 1px 3px 2px #bccbf1;
  box-shadow:         1px 1px 3px 2px #bccbf1; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,203,241, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bccbf1">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #bccbf1;
  -webkit-box-shadow: 1px 1px 3px 2px #bccbf1;
  box-shadow:         1px 1px 3px 2px #bccbf1;">
Div content here</div>

This div box has shadow with color #bccbf1


Comments

No comments written yet.

Please login to write comment.