#B8D3EC

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

Shades of Pale Cornflower Blue #B8D3EC

Tints of Pale Cornflower Blue #B8D3EC

Color information

#B8D3EC (or 0xB8D3EC) is unknown color: approx Pale Cornflower Blue. HEX triplet: B8, D3 and EC. RGB value is (184,211,236). Sum of RGB (Red+Green+Blue) = 184+211+236=631 (83% of max value = 765). Red value is 184 (72.27% from 255 or 29.16% from 631); Green value is 211 (82.81% from 255 or 33.44% from 631); Blue value is 236 (92.58% from 255 or 37.40% from 631); Max value from RGB is 236 - color contains mainly: blue. Hex color #B8D3EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8D3EC is #472C13. Grayscale: #CDCDCD. Windows color (decimal): -4664340 or 15520696. OLE color: 15520696.

HSL color Cylindrical-coordinate representation of color #B8D3EC: hue angle of 208.85º 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 #B8D3EC is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB184211236-
CMYK0.220.1100.07
HSL208.85º57.78%82.35%-
HSV(B)208.85º22.03%92.55%-
XYZ58.262.8488.42-
YUV205.78145.05112.47-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 29.16%
GREEN value IS 211 (82.81% from 255) = 33.44%
BLUE value IS 236 (92.58% from 255) = 37.40%
R=29.16%
G=33.44%
B=37.40%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1842112360.220.1100.07208.8557.7882.35
HexB8D3EC16B07d13a52
Octal27032335426130732172122
Binary1011100011010011111011001011010110111110100011110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8D3EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8D3EC; }

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

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

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

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

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

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

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

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