#B4DEFB

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

Shades of Pale Cornflower Blue #B4DEFB

Tints of Pale Cornflower Blue #B4DEFB

Color information

#B4DEFB (or 0xB4DEFB) is unknown color: approx Pale Cornflower Blue. HEX triplet: B4, DE and FB. RGB value is (180,222,251). Sum of RGB (Red+Green+Blue) = 180+222+251=653 (86% of max value = 765). Red value is 180 (70.70% from 255 or 27.57% from 653); Green value is 222 (87.11% from 255 or 34.00% from 653); Blue value is 251 (98.44% from 255 or 38.44% from 653); Max value from RGB is 251 - color contains mainly: blue. Hex color #B4DEFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4DEFB is #4B2104. Grayscale: #D4D4D4. Windows color (decimal): -4923653 or 16506548. OLE color: 16506548.

HSL color Cylindrical-coordinate representation of color #B4DEFB: hue angle of 204.51º 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 #B4DEFB is Cyan = 0.28, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB180222251-
CMYK0.280.1200.02
HSL204.51º89.87%84.51%-
HSV(B)204.51º28.29%98.43%-
XYZ62.3668.91101.28-
YUV212.75149.59104.64-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 27.57%
GREEN value IS 222 (87.11% from 255) = 34.00%
BLUE value IS 251 (98.44% from 255) = 38.44%
R=27.57%
G=34.00%
B=38.44%

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
Decimal1802222510.280.1200.02204.5189.8784.51
HexB4DEFB1CC02cd5a55
Octal264336373341402315132125
Binary1011010011011110111110111110011000101100110110110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4DEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4DEFB; }

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

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

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

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

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

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

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

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