#B2D2ED

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

Shades of Pale Cornflower Blue #B2D2ED

Tints of Pale Cornflower Blue #B2D2ED

Color information

#B2D2ED (or 0xB2D2ED) is unknown color: approx Pale Cornflower Blue. HEX triplet: B2, D2 and ED. RGB value is (178,210,237). Sum of RGB (Red+Green+Blue) = 178+210+237=625 (82% of max value = 765). Red value is 178 (69.92% from 255 or 28.48% from 625); Green value is 210 (82.42% from 255 or 33.6% from 625); Blue value is 237 (92.97% from 255 or 37.92% from 625); Max value from RGB is 237 - color contains mainly: blue. Hex color #B2D2ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2D2ED is #4D2D12. Grayscale: #CBCBCB. Windows color (decimal): -5057811 or 15585970. OLE color: 15585970.

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

Color convert

RGB178210237-
CMYK0.250.1100.07
HSL207.46º62.11%81.37%-
HSV(B)207.46º24.89%92.94%-
XYZ56.6961.6789.04-
YUV203.51146.9109.8-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 28.48%
GREEN value IS 210 (82.42% from 255) = 33.6%
BLUE value IS 237 (92.97% from 255) = 37.92%
R=28.48%
G=33.6%
B=37.92%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1782102370.250.1100.07207.4662.1181.37
HexB2D2ED19B07cf3e51
Octal26232235531130731776121
Binary1011001011010010111011011100110110111110011111111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2D2ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2D2ED; }

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

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

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

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

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

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

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

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