Shades of Powder Blue #B4D6DB
Tints of Powder Blue #B4D6DB
RGB
CMYK
RGB Variations
Color information
#B4D6DB (or 0xB4D6DB) is known color: Powder Blue. HEX triplet: B4, D6 and DB. RGB value is (180,214,219). Sum of RGB (Red+Green+Blue) = 180+214+219=613 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.36% from 613); Green value is 214 (83.98% from 255 or 34.91% from 613); Blue value is 219 (85.94% from 255 or 35.73% from 613); Max value from RGB is 219 - color contains mainly: blue. Hex color #B4D6DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4D6DB is #4B2924. Grayscale: #CCCCCC. Windows color (decimal): -4925733 or 14407348. OLE color: 14407348.
HSL color Cylindrical-coordinate representation of color #B4D6DB: hue angle of 187.69º 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 #B4D6DB is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 180 | 214 | 219 | - |
CMYK | 0.18 | 0.02 | 0 | 0.14 |
HSL | 187.69º | 0.35% | 0.78% | - |
HSV(B) | 187.69º | 0.18% | 0.86% | - |
XYZ | 55.66 | 62.91 | 76.23 | - |
YUV | 204.4 | 136.24 | 110.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 180 | 214 | 219 | 0.18 | 0.02 | 0 | 0.14 | 187.69 | 0.35 | 0.78 |
Hex | B4 | D6 | DB | 12 | 2 | 0 | E | BC | 23 | 4E |
Octal | 264 | 326 | 333 | 22 | 2 | 0 | 16 | 274 | 43 | 116 |
Binary | 10110100 | 11010110 | 11011011 | 10010 | 10 | 0 | 1110 | 10111100 | 100011 | 1001110 |
Color Harmonies of #B4D6DB
Complementary color
Monochromatic Colors of #B4D6DB
Black with #B4D6DB
Text Example
Text Example
White with #B4D6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D6DB; }
p { color: rgb(180,214,219); }
H1.HeaderClassName
{
color: #B4D6DB;
}
.AnyTagClassName
{
color: #B4D6DB;
}
</style>
background-color css
<style>
a { background-color: #B4D6DB; }
a { background-color: rgb(180,214,219); }
div.DivClassName
{
background-color: #B4D6DB;
}
.BgClassName
{
background-color: #B4D6DB;
}
</style>
border-color css
<style>
span { border-color: #B4D6DB; }
span { border-color: rgb(180,214,219); }
td.TdClassName
{
border-color: #B4D6DB;
}
.TagClassName
{
border-color: #B4D6DB;
}
</style>