#B0CEEC

Color #B0CEEC Pale Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Cornflower Blue #B0CEEC

Tints of Pale Cornflower Blue #B0CEEC

Color information

#B0CEEC (or 0xB0CEEC) is unknown color: approx Pale Cornflower Blue. HEX triplet: B0, CE and EC. RGB value is (176,206,236). Sum of RGB (Red+Green+Blue) = 176+206+236=618 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.48% from 618); Green value is 206 (80.86% from 255 or 33.33% from 618); Blue value is 236 (92.58% from 255 or 38.19% from 618); Max value from RGB is 236 - color contains mainly: blue. Hex color #B0CEEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0CEEC is #4F3113. Grayscale: #C8C8C8. Windows color (decimal): -5189908 or 15519408. OLE color: 15519408.

HSL color Cylindrical-coordinate representation of color #B0CEEC: hue angle of 210º degrees, saturation: 0.61, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B0CEEC is Cyan = 0.25, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB176206236-
CMYK0.250.1300.07
HSL210º61.22%80.78%-
HSV(B)210º25.42%92.55%-
XYZ55.1259.4387.92-
YUV200.45148.06110.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 176 (69.14% from 255) = 28.48%
GREEN value IS 206 (80.86% from 255) = 33.33%
BLUE value IS 236 (92.58% from 255) = 38.19%
R=28.48%
G=33.33%
B=38.19%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1762062360.250.1300.0721061.2280.78
HexB0CEEC19D07d23d51
Octal26031635431150732275121
Binary1011000011001110111011001100111010111110100101111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CEEC; }

 p { color: rgb(176,206,236); }

 H1.HeaderClassName
 {
   color: #B0CEEC;
 }
 .AnyTagClassName
 {
   color: #B0CEEC;
 }
</style>
background-color css

<style>
 a { background-color: #B0CEEC; }

 a { background-color: rgb(176,206,236); }

 div.DivClassName
 {
   background-color: #B0CEEC;
 }
 .BgClassName
 {
   background-color: #B0CEEC;
 }
</style>
border-color css

<style>
 span { border-color: #B0CEEC; }

 span { border-color: rgb(176,206,236); }

 td.TdClassName
 {
   border-color: #B0CEEC;
 }
 .TagClassName
 {
   border-color: #B0CEEC;
 }
</style>