#B0CEEA

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

Shades of Pale Cornflower Blue #B0CEEA

Tints of Pale Cornflower Blue #B0CEEA

Color information

#B0CEEA (or 0xB0CEEA) is unknown color: approx Pale Cornflower Blue. HEX triplet: B0, CE and EA. RGB value is (176,206,234). Sum of RGB (Red+Green+Blue) = 176+206+234=616 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.57% from 616); Green value is 206 (80.86% from 255 or 33.44% from 616); Blue value is 234 (91.80% from 255 or 37.99% from 616); Max value from RGB is 234 - color contains mainly: blue. Hex color #B0CEEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0CEEA is #4F3115. Grayscale: #C8C8C8. Windows color (decimal): -5189910 or 15388336. OLE color: 15388336.

HSL color Cylindrical-coordinate representation of color #B0CEEA: hue angle of 208.97º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B0CEEA is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB176206234-
CMYK0.250.1200.08
HSL208.97º58%80.39%-
HSV(B)208.97º24.79%91.76%-
XYZ54.8359.3186.4-
YUV200.22147.06110.72-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.57%
GREEN value IS 206 (80.86% from 255) = 33.44%
BLUE value IS 234 (91.80% from 255) = 37.99%
R=28.57%
G=33.44%
B=37.99%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1762062340.250.1200.08208.975880.39
HexB0CEEA19C08d13a50
Octal260316352311401032172120
Binary10110000110011101110101011001110001000110100011110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CEEA; }

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

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

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

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

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

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

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

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