#B4DBDF

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

Shades of Powder Blue #B4DBDF

Tints of Powder Blue #B4DBDF

Color information

#B4DBDF (or 0xB4DBDF) is unknown color: approx Powder Blue. HEX triplet: B4, DB and DF. RGB value is (180,219,223). Sum of RGB (Red+Green+Blue) = 180+219+223=622 (82% of max value = 765). Red value is 180 (70.70% from 255 or 28.94% from 622); Green value is 219 (85.94% from 255 or 35.21% from 622); Blue value is 223 (87.5% from 255 or 35.85% from 622); Max value from RGB is 223 - color contains mainly: blue. Hex color #B4DBDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4DBDF is #4B2420. Grayscale: #CFCFCF. Windows color (decimal): -4924449 or 14670772. OLE color: 14670772.

HSL color Cylindrical-coordinate representation of color #B4DBDF: hue angle of 185.58º degrees, saturation: 0.4, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B4DBDF is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB180219223-
CMYK0.190.0200.13
HSL185.58º40.19%79.02%-
HSV(B)185.58º19.28%87.45%-
XYZ57.4765.6979.46-
YUV207.8136.58108.17-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 28.94%
GREEN value IS 219 (85.94% from 255) = 35.21%
BLUE value IS 223 (87.5% from 255) = 35.85%
R=28.94%
G=35.21%
B=35.85%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1802192230.190.0200.13185.5840.1979.02
HexB4DBDF1320Dba284f
Octal26433333723201527250117
Binary101101001101101111011111100111001101101110101010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4DBDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4DBDF; }

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

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

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

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

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

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

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

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