Shades of Powder Blue #B4DCDB
Tints of Powder Blue #B4DCDB
RGB
CMYK
RGB Variations
Color information
#B4DCDB (or 0xB4DCDB) is known color: Powder Blue. HEX triplet: B4, DC and DB. RGB value is (180,220,219). Sum of RGB (Red+Green+Blue) = 180+220+219=619 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.08% from 619); Green value is 220 (86.33% from 255 or 35.54% from 619); Blue value is 219 (85.94% from 255 or 35.38% from 619); Max value from RGB is 220 - color contains mainly: green. Hex color #B4DCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4DCDB is #4B2324. Grayscale: #CFCFCF. Windows color (decimal): -4924197 or 14408884. OLE color: 14408884.
HSL color Cylindrical-coordinate representation of color #B4DCDB: hue angle of 178.5º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B4DCDB is Cyan = 0.18, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 220 | 219 | - |
| CMYK | 0.18 | 0 | 0.00 | 0.14 |
| HSL | 178.5º | 0.36% | 0.78% | - |
| HSV(B) | 178.5º | 0.18% | 0.86% | - |
| XYZ | 57.2 | 66 | 76.74 | - |
| YUV | 207.93 | 134.25 | 108.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 220 | 219 | 0.18 | 0 | 0.00 | 0.14 | 178.5 | 0.36 | 0.78 |
| Hex | B4 | DC | DB | 12 | 0 | 0 | E | B2 | 24 | 4E |
| Octal | 264 | 334 | 333 | 22 | 0 | 0 | 16 | 262 | 44 | 116 |
| Binary | 10110100 | 11011100 | 11011011 | 10010 | 0 | 0 | 1110 | 10110010 | 100100 | 1001110 |
Color Harmonies of #B4DCDB
Complementary color
Monochromatic Colors of #B4DCDB
Black with #B4DCDB
Text Example
Text Example
White with #B4DCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4DCDB; }
p { color: rgb(180,220,219); }
H1.HeaderClassName
{
color: #B4DCDB;
}
.AnyTagClassName
{
color: #B4DCDB;
}
</style>
background-color css
<style>
a { background-color: #B4DCDB; }
a { background-color: rgb(180,220,219); }
div.DivClassName
{
background-color: #B4DCDB;
}
.BgClassName
{
background-color: #B4DCDB;
}
</style>
border-color css
<style>
span { border-color: #B4DCDB; }
span { border-color: rgb(180,220,219); }
td.TdClassName
{
border-color: #B4DCDB;
}
.TagClassName
{
border-color: #B4DCDB;
}
</style>