#B4DFFB

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

Shades of Pale Cornflower Blue #B4DFFB

Tints of Pale Cornflower Blue #B4DFFB

Color information

#B4DFFB (or 0xB4DFFB) is unknown color: approx Pale Cornflower Blue. HEX triplet: B4, DF and FB. RGB value is (180,223,251). Sum of RGB (Red+Green+Blue) = 180+223+251=654 (86% of max value = 765). Red value is 180 (70.70% from 255 or 27.52% from 654); Green value is 223 (87.5% from 255 or 34.10% from 654); Blue value is 251 (98.44% from 255 or 38.38% from 654); Max value from RGB is 251 - color contains mainly: blue. Hex color #B4DFFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4DFFB is #4B2004. Grayscale: #D5D5D5. Windows color (decimal): -4923397 or 16506804. OLE color: 16506804.

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

Color convert

RGB180223251-
CMYK0.280.1100.02
HSL203.66º89.87%84.51%-
HSV(B)203.66º28.29%98.43%-
XYZ62.6269.44101.37-
YUV213.33149.25104.22-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 27.52%
GREEN value IS 223 (87.5% from 255) = 34.10%
BLUE value IS 251 (98.44% from 255) = 38.38%
R=27.52%
G=34.10%
B=38.38%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1802232510.280.1100.02203.6689.8784.51
HexB4DFFB1CB02cc5a55
Octal264337373341302314132125
Binary1011010011011111111110111110010110101100110010110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4DFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4DFFB; }

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

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

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

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

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

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

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

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