Shades of Powder Blue #B4DBDB
Tints of Powder Blue #B4DBDB
RGB
CMYK
RGB Variations
Color information
#B4DBDB (or 0xB4DBDB) is known color: Powder Blue. HEX triplet: B4, DB and DB. RGB value is (180,219,219). Sum of RGB (Red+Green+Blue) = 180+219+219=618 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.13% from 618); Green value is 219 (85.94% from 255 or 35.44% from 618); Blue value is 219 (85.94% from 255 or 35.44% from 618); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #B4DBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4DBDB is #4B2424. Grayscale: #CFCFCF. Windows color (decimal): -4924453 or 14408628. OLE color: 14408628.
HSL color Cylindrical-coordinate representation of color #B4DBDB: hue angle of 180º degrees, saturation: 0.35, 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 #B4DBDB is Cyan = 0.18, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 219 | 219 | - |
| CMYK | 0.18 | 0 | 0 | 0.14 |
| HSL | 180º | 0.35% | 0.78% | - |
| HSV(B) | 180º | 0.18% | 0.86% | - |
| XYZ | 56.94 | 65.48 | 76.66 | - |
| YUV | 207.34 | 134.58 | 108.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 219 | 219 | 0.18 | 0 | 0 | 0.14 | 180 | 0.35 | 0.78 |
| Hex | B4 | DB | DB | 12 | 0 | 0 | E | B4 | 23 | 4E |
| Octal | 264 | 333 | 333 | 22 | 0 | 0 | 16 | 264 | 43 | 116 |
| Binary | 10110100 | 11011011 | 11011011 | 10010 | 0 | 0 | 1110 | 10110100 | 100011 | 1001110 |
Color Harmonies of #B4DBDB
Complementary color
Monochromatic Colors of #B4DBDB
Black with #B4DBDB
Text Example
Text Example
White with #B4DBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4DBDB; }
p { color: rgb(180,219,219); }
H1.HeaderClassName
{
color: #B4DBDB;
}
.AnyTagClassName
{
color: #B4DBDB;
}
</style>
background-color css
<style>
a { background-color: #B4DBDB; }
a { background-color: rgb(180,219,219); }
div.DivClassName
{
background-color: #B4DBDB;
}
.BgClassName
{
background-color: #B4DBDB;
}
</style>
border-color css
<style>
span { border-color: #B4DBDB; }
span { border-color: rgb(180,219,219); }
td.TdClassName
{
border-color: #B4DBDB;
}
.TagClassName
{
border-color: #B4DBDB;
}
</style>