#B8D2ED

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

Shades of Pale Cornflower Blue #B8D2ED

Tints of Pale Cornflower Blue #B8D2ED

Color information

#B8D2ED (or 0xB8D2ED) is unknown color: approx Pale Cornflower Blue. HEX triplet: B8, D2 and ED. RGB value is (184,210,237). Sum of RGB (Red+Green+Blue) = 184+210+237=631 (83% of max value = 765). Red value is 184 (72.27% from 255 or 29.16% from 631); Green value is 210 (82.42% from 255 or 33.28% from 631); Blue value is 237 (92.97% from 255 or 37.56% from 631); Max value from RGB is 237 - color contains mainly: blue. Hex color #B8D2ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8D2ED is #472D12. Grayscale: #CDCDCD. Windows color (decimal): -4664595 or 15585976. OLE color: 15585976.

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

Color convert

RGB184210237-
CMYK0.220.1100.07
HSL210.57º59.55%82.55%-
HSV(B)210.57º22.36%92.94%-
XYZ58.162.489.1-
YUV205.3145.89112.8-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 29.16%
GREEN value IS 210 (82.42% from 255) = 33.28%
BLUE value IS 237 (92.97% from 255) = 37.56%
R=29.16%
G=33.28%
B=37.56%

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
Decimal1842102370.220.1100.07210.5759.5582.55
HexB8D2ED16B07d33c53
Octal27032235526130732374123
Binary1011100011010010111011011011010110111110100111111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8D2ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8D2ED; }

 p { color: rgb(184,210,237); }

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

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

 a { background-color: rgb(184,210,237); }

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

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

 span { border-color: rgb(184,210,237); }

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