#B5DFDD

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

Shades of Powder Blue #B5DFDD

Tints of Powder Blue #B5DFDD

Color information

#B5DFDD (or 0xB5DFDD) is unknown color: approx Powder Blue. HEX triplet: B5, DF and DD. RGB value is (181,223,221). Sum of RGB (Red+Green+Blue) = 181+223+221=625 (82% of max value = 765). Red value is 181 (71.09% from 255 or 28.96% from 625); Green value is 223 (87.5% from 255 or 35.68% from 625); Blue value is 221 (86.72% from 255 or 35.36% from 625); Max value from RGB is 223 - color contains mainly: green. Hex color #B5DFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5DFDD is #4A2022. Grayscale: #D2D2D2. Windows color (decimal): -4857891 or 14540725. OLE color: 14540725.

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

Color convert

RGB181223221-
CMYK0.1900.010.13
HSL177.14º39.62%79.22%-
HSV(B)177.14º18.83%87.45%-
XYZ58.4967.8278.41-
YUV210.21134.09107.16-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 28.96%
GREEN value IS 223 (87.5% from 255) = 35.68%
BLUE value IS 221 (86.72% from 255) = 35.36%
R=28.96%
G=35.68%
B=35.36%

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
Decimal1812232210.1900.010.13177.1439.6279.22
HexB5DFDD1301Db1284f
Octal26533733523011526150117
Binary10110101110111111101110110011011101101100011010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5DFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5DFDD; }

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

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

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

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

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

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

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

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