Shades of Powder Blue #B5DCDB
Tints of Powder Blue #B5DCDB
RGB
CMYK
RGB Variations
Color information
#B5DCDB (or 0xB5DCDB) is known color: Powder Blue. HEX triplet: B5, DC and DB. RGB value is (181,220,219). Sum of RGB (Red+Green+Blue) = 181+220+219=620 (82% of max value = 765). Red value is 181 (71.09% from 255 or 29.19% from 620); Green value is 220 (86.33% from 255 or 35.48% from 620); Blue value is 219 (85.94% from 255 or 35.32% from 620); Max value from RGB is 220 - color contains mainly: green. Hex color #B5DCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5DCDB is #4A2324. Grayscale: #D0D0D0. Windows color (decimal): -4858661 or 14408885. OLE color: 14408885.
HSL color Cylindrical-coordinate representation of color #B5DCDB: hue angle of 178.46º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B5DCDB is Cyan = 0.18, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 220 | 219 | - |
| CMYK | 0.18 | 0 | 0.00 | 0.14 |
| HSL | 178.46º | 0.36% | 0.79% | - |
| HSV(B) | 178.46º | 0.18% | 0.86% | - |
| XYZ | 57.44 | 66.12 | 76.75 | - |
| YUV | 208.23 | 134.08 | 108.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 220 | 219 | 0.18 | 0 | 0.00 | 0.14 | 178.46 | 0.36 | 0.79 |
| Hex | B5 | DC | DB | 12 | 0 | 0 | E | B2 | 24 | 4F |
| Octal | 265 | 334 | 333 | 22 | 0 | 0 | 16 | 262 | 44 | 117 |
| Binary | 10110101 | 11011100 | 11011011 | 10010 | 0 | 0 | 1110 | 10110010 | 100100 | 1001111 |
Color Harmonies of #B5DCDB
Complementary color
Monochromatic Colors of #B5DCDB
Black with #B5DCDB
Text Example
Text Example
White with #B5DCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DCDB; }
p { color: rgb(181,220,219); }
H1.HeaderClassName
{
color: #B5DCDB;
}
.AnyTagClassName
{
color: #B5DCDB;
}
</style>
background-color css
<style>
a { background-color: #B5DCDB; }
a { background-color: rgb(181,220,219); }
div.DivClassName
{
background-color: #B5DCDB;
}
.BgClassName
{
background-color: #B5DCDB;
}
</style>
border-color css
<style>
span { border-color: #B5DCDB; }
span { border-color: rgb(181,220,219); }
td.TdClassName
{
border-color: #B5DCDB;
}
.TagClassName
{
border-color: #B5DCDB;
}
</style>