#B2D4ED

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

Shades of Pale Cornflower Blue #B2D4ED

Tints of Pale Cornflower Blue #B2D4ED

Color information

#B2D4ED (or 0xB2D4ED) is unknown color: approx Pale Cornflower Blue. HEX triplet: B2, D4 and ED. RGB value is (178,212,237). Sum of RGB (Red+Green+Blue) = 178+212+237=627 (83% of max value = 765). Red value is 178 (69.92% from 255 or 28.39% from 627); Green value is 212 (83.20% from 255 or 33.81% from 627); Blue value is 237 (92.97% from 255 or 37.80% from 627); Max value from RGB is 237 - color contains mainly: blue. Hex color #B2D4ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2D4ED is #4D2B12. Grayscale: #CCCCCC. Windows color (decimal): -5057299 or 15586482. OLE color: 15586482.

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

Color convert

RGB178212237-
CMYK0.250.1100.07
HSL205.42º62.11%81.37%-
HSV(B)205.42º24.89%92.94%-
XYZ57.1962.6789.2-
YUV204.68146.24108.97-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 28.39%
GREEN value IS 212 (83.20% from 255) = 33.81%
BLUE value IS 237 (92.97% from 255) = 37.80%
R=28.39%
G=33.81%
B=37.80%

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
Decimal1782122370.250.1100.07205.4262.1181.37
HexB2D4ED19B07cd3e51
Octal26232435531130731576121
Binary1011001011010100111011011100110110111110011011111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2D4ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2D4ED; }

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

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

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

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

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

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

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

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