#B4DFDD

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

Shades of Powder Blue #B4DFDD

Tints of Powder Blue #B4DFDD

Color information

#B4DFDD (or 0xB4DFDD) is unknown color: approx Powder Blue. HEX triplet: B4, DF and DD. RGB value is (180,223,221). Sum of RGB (Red+Green+Blue) = 180+223+221=624 (82% of max value = 765). Red value is 180 (70.70% from 255 or 28.85% from 624); Green value is 223 (87.5% from 255 or 35.74% from 624); Blue value is 221 (86.72% from 255 or 35.42% from 624); Max value from RGB is 223 - color contains mainly: green. Hex color #B4DFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4DFDD is #4B2022. Grayscale: #D1D1D1. Windows color (decimal): -4923427 or 14540724. OLE color: 14540724.

HSL color Cylindrical-coordinate representation of color #B4DFDD: hue angle of 177.21º 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 #B4DFDD is Cyan = 0.19, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB180223221-
CMYK0.1900.010.13
HSL177.21º40.19%79.02%-
HSV(B)177.21º19.28%87.45%-
XYZ58.2667.778.4-
YUV209.91134.25106.66-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 28.85%
GREEN value IS 223 (87.5% from 255) = 35.74%
BLUE value IS 221 (86.72% from 255) = 35.42%
R=28.85%
G=35.74%
B=35.42%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1802232210.1900.010.13177.2140.1979.02
HexB4DFDD1301Db1284f
Octal26433733523011526150117
Binary10110100110111111101110110011011101101100011010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4DFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4DFDD; }

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

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

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

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

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

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

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

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