#B8D4EC

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

Shades of Pale Cornflower Blue #B8D4EC

Tints of Pale Cornflower Blue #B8D4EC

Color information

#B8D4EC (or 0xB8D4EC) is unknown color: approx Pale Cornflower Blue. HEX triplet: B8, D4 and EC. RGB value is (184,212,236). Sum of RGB (Red+Green+Blue) = 184+212+236=632 (83% of max value = 765). Red value is 184 (72.27% from 255 or 29.11% from 632); Green value is 212 (83.20% from 255 or 33.54% from 632); Blue value is 236 (92.58% from 255 or 37.34% from 632); Max value from RGB is 236 - color contains mainly: blue. Hex color #B8D4EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8D4EC is #472B13. Grayscale: #CECECE. Windows color (decimal): -4664084 or 15520952. OLE color: 15520952.

HSL color Cylindrical-coordinate representation of color #B8D4EC: hue angle of 207.69º degrees, saturation: 0.58, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B8D4EC is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB184212236-
CMYK0.220.1000.07
HSL207.69º57.78%82.35%-
HSV(B)207.69º22.03%92.55%-
XYZ58.4563.3388.5-
YUV206.36144.72112.05-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 29.11%
GREEN value IS 212 (83.20% from 255) = 33.54%
BLUE value IS 236 (92.58% from 255) = 37.34%
R=29.11%
G=33.54%
B=37.34%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1842122360.220.1000.07207.6957.7882.35
HexB8D4EC16A07d03a52
Octal27032435426120732072122
Binary1011100011010100111011001011010100111110100001110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8D4EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8D4EC; }

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

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

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

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

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

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

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

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