#B8D4EA

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

Shades of Pale Cornflower Blue #B8D4EA

Tints of Pale Cornflower Blue #B8D4EA

Color information

#B8D4EA (or 0xB8D4EA) is unknown color: approx Pale Cornflower Blue. HEX triplet: B8, D4 and EA. RGB value is (184,212,234). Sum of RGB (Red+Green+Blue) = 184+212+234=630 (83% of max value = 765). Red value is 184 (72.27% from 255 or 29.21% from 630); Green value is 212 (83.20% from 255 or 33.65% from 630); Blue value is 234 (91.80% from 255 or 37.14% from 630); Max value from RGB is 234 - color contains mainly: blue. Hex color #B8D4EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8D4EA is #472B15. Grayscale: #CECECE. Windows color (decimal): -4664086 or 15389880. OLE color: 15389880.

HSL color Cylindrical-coordinate representation of color #B8D4EA: hue angle of 206.4º degrees, saturation: 0.54, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B8D4EA is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB184212234-
CMYK0.210.0900.08
HSL206.4º54.35%81.96%-
HSV(B)206.4º21.37%91.76%-
XYZ58.1663.2286.98-
YUV206.14143.72112.21-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 29.21%
GREEN value IS 212 (83.20% from 255) = 33.65%
BLUE value IS 234 (91.80% from 255) = 37.14%
R=29.21%
G=33.65%
B=37.14%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1842122340.210.0900.08206.454.3581.96
HexB8D4EA15908ce3652
Octal270324352251101031666122
Binary10111000110101001110101010101100101000110011101101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8D4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8D4EA; }

 p { color: rgb(184,212,234); }

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

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

 a { background-color: rgb(184,212,234); }

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

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

 span { border-color: rgb(184,212,234); }

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