#B4D2EB

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

Shades of Pale Cornflower Blue #B4D2EB

Tints of Pale Cornflower Blue #B4D2EB

Color information

#B4D2EB (or 0xB4D2EB) is unknown color: approx Pale Cornflower Blue. HEX triplet: B4, D2 and EB. RGB value is (180,210,235). Sum of RGB (Red+Green+Blue) = 180+210+235=625 (82% of max value = 765). Red value is 180 (70.70% from 255 or 28.8% from 625); Green value is 210 (82.42% from 255 or 33.6% from 625); Blue value is 235 (92.19% from 255 or 37.6% from 625); Max value from RGB is 235 - color contains mainly: blue. Hex color #B4D2EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4D2EB is #4B2D14. Grayscale: #CBCBCB. Windows color (decimal): -4926741 or 15454900. OLE color: 15454900.

HSL color Cylindrical-coordinate representation of color #B4D2EB: hue angle of 207.27º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B4D2EB is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB180210235-
CMYK0.230.1100.08
HSL207.27º57.89%81.37%-
HSV(B)207.27º23.4%92.16%-
XYZ56.8661.7987.53-
YUV203.88145.56110.97-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 28.8%
GREEN value IS 210 (82.42% from 255) = 33.6%
BLUE value IS 235 (92.19% from 255) = 37.6%
R=28.8%
G=33.6%
B=37.6%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1802102350.230.1100.08207.2757.8981.37
HexB4D2EB17B08cf3a51
Octal264322353271301031772121
Binary10110100110100101110101110111101101000110011111110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4D2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4D2EB; }

 p { color: rgb(180,210,235); }

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

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

 a { background-color: rgb(180,210,235); }

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

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

 span { border-color: rgb(180,210,235); }

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