Shades of Powder Blue #B4DBDC
Tints of Powder Blue #B4DBDC
RGB
CMYK
RGB Variations
Color information
#B4DBDC (or 0xB4DBDC) is known color: Powder Blue. HEX triplet: B4, DB and DC. RGB value is (180,219,220). Sum of RGB (Red+Green+Blue) = 180+219+220=619 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.08% from 619); Green value is 219 (85.94% from 255 or 35.38% from 619); Blue value is 220 (86.33% from 255 or 35.54% from 619); Max value from RGB is 220 - color contains mainly: blue. Hex color #B4DBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4DBDC is #4B2423. Grayscale: #CFCFCF. Windows color (decimal): -4924452 or 14474164. OLE color: 14474164.
HSL color Cylindrical-coordinate representation of color #B4DBDC: hue angle of 181.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 #B4DBDC is Cyan = 0.18, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 219 | 220 | - |
| CMYK | 0.18 | 0.00 | 0 | 0.14 |
| HSL | 181.5º | 0.36% | 0.78% | - |
| HSV(B) | 181.5º | 0.18% | 0.86% | - |
| XYZ | 57.07 | 65.53 | 77.35 | - |
| YUV | 207.45 | 135.08 | 108.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 219 | 220 | 0.18 | 0.00 | 0 | 0.14 | 181.5 | 0.36 | 0.78 |
| Hex | B4 | DB | DC | 12 | 0 | 0 | E | B6 | 24 | 4E |
| Octal | 264 | 333 | 334 | 22 | 0 | 0 | 16 | 266 | 44 | 116 |
| Binary | 10110100 | 11011011 | 11011100 | 10010 | 0 | 0 | 1110 | 10110110 | 100100 | 1001110 |
Color Harmonies of #B4DBDC
Complementary color
Monochromatic Colors of #B4DBDC
Black with #B4DBDC
Text Example
Text Example
White with #B4DBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4DBDC; }
p { color: rgb(180,219,220); }
H1.HeaderClassName
{
color: #B4DBDC;
}
.AnyTagClassName
{
color: #B4DBDC;
}
</style>
background-color css
<style>
a { background-color: #B4DBDC; }
a { background-color: rgb(180,219,220); }
div.DivClassName
{
background-color: #B4DBDC;
}
.BgClassName
{
background-color: #B4DBDC;
}
</style>
border-color css
<style>
span { border-color: #B4DBDC; }
span { border-color: rgb(180,219,220); }
td.TdClassName
{
border-color: #B4DBDC;
}
.TagClassName
{
border-color: #B4DBDC;
}
</style>