Shades of Powder Blue #B6DCDB
Tints of Powder Blue #B6DCDB
RGB
CMYK
RGB Variations
Color information
#B6DCDB (or 0xB6DCDB) is known color: Powder Blue. HEX triplet: B6, DC and DB. RGB value is (182,220,219). Sum of RGB (Red+Green+Blue) = 182+220+219=621 (82% of max value = 765). Red value is 182 (71.48% from 255 or 29.31% from 621); Green value is 220 (86.33% from 255 or 35.43% from 621); Blue value is 219 (85.94% from 255 or 35.27% from 621); Max value from RGB is 220 - color contains mainly: green. Hex color #B6DCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6DCDB is #492324. Grayscale: #D0D0D0. Windows color (decimal): -4793125 or 14408886. OLE color: 14408886.
HSL color Cylindrical-coordinate representation of color #B6DCDB: hue angle of 178.42º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B6DCDB is Cyan = 0.17, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 182 | 220 | 219 | - |
| CMYK | 0.17 | 0 | 0.00 | 0.14 |
| HSL | 178.42º | 0.35% | 0.79% | - |
| HSV(B) | 178.42º | 0.17% | 0.86% | - |
| XYZ | 57.67 | 66.25 | 76.77 | - |
| YUV | 208.52 | 133.91 | 109.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 220 | 219 | 0.17 | 0 | 0.00 | 0.14 | 178.42 | 0.35 | 0.79 |
| Hex | B6 | DC | DB | 11 | 0 | 0 | E | B2 | 23 | 4F |
| Octal | 266 | 334 | 333 | 21 | 0 | 0 | 16 | 262 | 43 | 117 |
| Binary | 10110110 | 11011100 | 11011011 | 10001 | 0 | 0 | 1110 | 10110010 | 100011 | 1001111 |
Color Harmonies of #B6DCDB
Complementary color
Monochromatic Colors of #B6DCDB
Black with #B6DCDB
Text Example
Text Example
White with #B6DCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6DCDB; }
p { color: rgb(182,220,219); }
H1.HeaderClassName
{
color: #B6DCDB;
}
.AnyTagClassName
{
color: #B6DCDB;
}
</style>
background-color css
<style>
a { background-color: #B6DCDB; }
a { background-color: rgb(182,220,219); }
div.DivClassName
{
background-color: #B6DCDB;
}
.BgClassName
{
background-color: #B6DCDB;
}
</style>
border-color css
<style>
span { border-color: #B6DCDB; }
span { border-color: rgb(182,220,219); }
td.TdClassName
{
border-color: #B6DCDB;
}
.TagClassName
{
border-color: #B6DCDB;
}
</style>