Shades of Powder Blue #B5DFDD
Tints of Powder Blue #B5DFDD
RGB
CMYK
RGB Variations
Color information
#B5DFDD (or 0xB5DFDD) is known color: 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
RGB | 181 | 223 | 221 | - |
CMYK | 0.19 | 0 | 0.01 | 0.13 |
HSL | 177.14º | 0.4% | 0.79% | - |
HSV(B) | 177.14º | 0.19% | 0.87% | - |
XYZ | 58.49 | 67.82 | 78.41 | - |
YUV | 210.21 | 134.09 | 107.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 223 | 221 | 0.19 | 0 | 0.01 | 0.13 | 177.14 | 0.4 | 0.79 |
Hex | B5 | DF | DD | 13 | 0 | 1 | D | B1 | 28 | 4F |
Octal | 265 | 337 | 335 | 23 | 0 | 1 | 15 | 261 | 50 | 117 |
Binary | 10110101 | 11011111 | 11011101 | 10011 | 0 | 1 | 1101 | 10110001 | 101000 | 1001111 |
Color Harmonies of #B5DFDD
Complementary color
Monochromatic Colors of #B5DFDD
Black with #B5DFDD
Text Example
Text Example
White with #B5DFDD
Text Example
Text Example
HTML Codes & Css Web 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>