Color Hex Logo

#bccbe6 Color Hex

#BCCBE6
(188,203,230)
0 Favorites   0 Comments

Color spaces of #bccbe6

RGB 188203230
HSL0.610.460.82
HSV219°18°90°
CMYK 0.180.120.00   0.10
XYZ56.377959.116483.3021
Yxy59.11640.28360.2974
Hunter Lab76.8872-3.6666-10.4157
CIE-Lab81.35550.4713-15.0659

#bccbe6 color RGB value is (188,203,230).

#bccbe6 hex color red value is 188, green value is 203 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #bccbe6 hue: 0.61 , saturation: 0.46 and the lightness value of bccbe6 is 0.82.

The process color (four color CMYK) of #bccbe6 color hex is 0.18, 0.12, 0.00, 0.10. Web safe color of #bccbe6 is #ccccff. Color #bccbe6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001011 11100110
Octal 274 313 346
Decimal 188 203 230
Hex BC CB E6

RGB Percentages of Color #bccbe6

%30.27
%32.69
%37.04

CMYK Percentages of Color #bccbe6

%18
%12
%0
%10

Triadic Colors of #bccbe6

#bccbe6 #e6bccb #cbe6bc

Analogous Colors of #bccbe6

#bccbe6 #c2bce6 #bce0e6

Monochromatic Colors of #bccbe6

#bccbe6

Complementary Color

#bccbe6 #e6d7bc

#bccbe6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bccbe6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bccbe6 Color CSS Codes

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

#bccbe6 Text Font Color

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

This sample text font color is #bccbe6
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.


#bccbe6 Background Color

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

This div background color is #bccbe6


#bccbe6 Border Color

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

This div border color is #bccbe6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bccbe6


Comments

No comments written yet.

Please login to write comment.