Shades of Powder Blue #B6D4D8
Tints of Powder Blue #B6D4D8
RGB
CMYK
RGB Variations
Color information
#B6D4D8 (or 0xB6D4D8) is known color: Powder Blue. HEX triplet: B6, D4 and D8. RGB value is (182,212,216). Sum of RGB (Red+Green+Blue) = 182+212+216=610 (80% of max value = 765). Red value is 182 (71.48% from 255 or 29.84% from 610); Green value is 212 (83.20% from 255 or 34.75% from 610); Blue value is 216 (84.77% from 255 or 35.41% from 610); Max value from RGB is 216 - color contains mainly: blue. Hex color #B6D4D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6D4D8 is #492B27. Grayscale: #CBCBCB. Windows color (decimal): -4795176 or 14210230. OLE color: 14210230.
HSL color Cylindrical-coordinate representation of color #B6D4D8: hue angle of 187.06º degrees, saturation: 0.3, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B6D4D8 is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 182 | 212 | 216 | - |
| CMYK | 0.16 | 0.02 | 0 | 0.15 |
| HSL | 187.06º | 0.3% | 0.78% | - |
| HSV(B) | 187.06º | 0.16% | 0.85% | - |
| XYZ | 55.23 | 61.99 | 74.02 | - |
| YUV | 203.49 | 135.06 | 112.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 212 | 216 | 0.16 | 0.02 | 0 | 0.15 | 187.06 | 0.3 | 0.78 |
| Hex | B6 | D4 | D8 | 10 | 2 | 0 | F | BB | 1E | 4E |
| Octal | 266 | 324 | 330 | 20 | 2 | 0 | 17 | 273 | 36 | 116 |
| Binary | 10110110 | 11010100 | 11011000 | 10000 | 10 | 0 | 1111 | 10111011 | 11110 | 1001110 |
Color Harmonies of #B6D4D8
Complementary color
Monochromatic Colors of #B6D4D8
Black with #B6D4D8
Text Example
Text Example
White with #B6D4D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6D4D8; }
p { color: rgb(182,212,216); }
H1.HeaderClassName
{
color: #B6D4D8;
}
.AnyTagClassName
{
color: #B6D4D8;
}
</style>
background-color css
<style>
a { background-color: #B6D4D8; }
a { background-color: rgb(182,212,216); }
div.DivClassName
{
background-color: #B6D4D8;
}
.BgClassName
{
background-color: #B6D4D8;
}
</style>
border-color css
<style>
span { border-color: #B6D4D8; }
span { border-color: rgb(182,212,216); }
td.TdClassName
{
border-color: #B6D4D8;
}
.TagClassName
{
border-color: #B6D4D8;
}
</style>