#B4DADD

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

Shades of Powder Blue #B4DADD

Tints of Powder Blue #B4DADD

Color information

#B4DADD (or 0xB4DADD) is unknown color: approx Powder Blue. HEX triplet: B4, DA and DD. RGB value is (180,218,221). Sum of RGB (Red+Green+Blue) = 180+218+221=619 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.08% from 619); Green value is 218 (85.55% from 255 or 35.22% from 619); Blue value is 221 (86.72% from 255 or 35.70% from 619); Max value from RGB is 221 - color contains mainly: blue. Hex color #B4DADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4DADD is #4B2522. Grayscale: #CECECE. Windows color (decimal): -4924707 or 14539444. OLE color: 14539444.

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

Color convert

RGB180218221-
CMYK0.190.0100.13
HSL184.39º37.61%78.63%-
HSV(B)184.39º18.55%86.67%-
XYZ56.9465.0777.96-
YUV206.98135.91108.76-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.08%
GREEN value IS 218 (85.55% from 255) = 35.22%
BLUE value IS 221 (86.72% from 255) = 35.70%
R=29.08%
G=35.22%
B=35.70%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1802182210.190.0100.13184.3937.6178.63
HexB4DADD1310Db8264f
Octal26433233523101527046117
Binary10110100110110101101110110011101101101110001001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4DADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4DADD; }

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

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

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

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

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

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

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

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