#B4DDFB

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

Shades of Pale Cornflower Blue #B4DDFB

Tints of Pale Cornflower Blue #B4DDFB

Color information

#B4DDFB (or 0xB4DDFB) is unknown color: approx Pale Cornflower Blue. HEX triplet: B4, DD and FB. RGB value is (180,221,251). Sum of RGB (Red+Green+Blue) = 180+221+251=652 (86% of max value = 765). Red value is 180 (70.70% from 255 or 27.61% from 652); Green value is 221 (86.72% from 255 or 33.90% from 652); Blue value is 251 (98.44% from 255 or 38.50% from 652); Max value from RGB is 251 - color contains mainly: blue. Hex color #B4DDFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4DDFB is #4B2204. Grayscale: #D4D4D4. Windows color (decimal): -4923909 or 16506292. OLE color: 16506292.

HSL color Cylindrical-coordinate representation of color #B4DDFB: hue angle of 205.35º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B4DDFB is Cyan = 0.28, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB180221251-
CMYK0.280.1200.02
HSL205.35º89.87%84.51%-
HSV(B)205.35º28.29%98.43%-
XYZ62.0968.38101.19-
YUV212.16149.92105.06-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 27.61%
GREEN value IS 221 (86.72% from 255) = 33.90%
BLUE value IS 251 (98.44% from 255) = 38.50%
R=27.61%
G=33.90%
B=38.50%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1802212510.280.1200.02205.3589.8784.51
HexB4DDFB1CC02cd5a55
Octal264335373341402315132125
Binary1011010011011101111110111110011000101100110110110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4DDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4DDFB; }

 p { color: rgb(180,221,251); }

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

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

 a { background-color: rgb(180,221,251); }

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

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

 span { border-color: rgb(180,221,251); }

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