#B4D4EF

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

Shades of Pale Cornflower Blue #B4D4EF

Tints of Pale Cornflower Blue #B4D4EF

Color information

#B4D4EF (or 0xB4D4EF) is unknown color: approx Pale Cornflower Blue. HEX triplet: B4, D4 and EF. RGB value is (180,212,239). Sum of RGB (Red+Green+Blue) = 180+212+239=631 (83% of max value = 765). Red value is 180 (70.70% from 255 or 28.53% from 631); Green value is 212 (83.20% from 255 or 33.60% from 631); Blue value is 239 (93.75% from 255 or 37.88% from 631); Max value from RGB is 239 - color contains mainly: blue. Hex color #B4D4EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4D4EF is #4B2B10. Grayscale: #CDCDCD. Windows color (decimal): -4926225 or 15717556. OLE color: 15717556.

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

Color convert

RGB180212239-
CMYK0.250.1100.06
HSL207.46º64.84%82.16%-
HSV(B)207.46º24.69%93.73%-
XYZ57.9563.0290.77-
YUV205.51146.9109.8-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 28.53%
GREEN value IS 212 (83.20% from 255) = 33.60%
BLUE value IS 239 (93.75% from 255) = 37.88%
R=28.53%
G=33.60%
B=37.88%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1802122390.250.1100.06207.4664.8482.16
HexB4D4EF19B06cf4152
Octal264324357311306317101122
Binary10110100110101001110111111001101101101100111110000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4D4EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4D4EF; }

 p { color: rgb(180,212,239); }

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

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

 a { background-color: rgb(180,212,239); }

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

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

 span { border-color: rgb(180,212,239); }

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