Shades of Powder Blue #B6DCDE
Tints of Powder Blue #B6DCDE
RGB
CMYK
RGB Variations
Color information
#B6DCDE (or 0xB6DCDE) is known color: Powder Blue. HEX triplet: B6, DC and DE. RGB value is (182,220,222). Sum of RGB (Red+Green+Blue) = 182+220+222=624 (82% of max value = 765). Red value is 182 (71.48% from 255 or 29.17% from 624); Green value is 220 (86.33% from 255 or 35.26% from 624); Blue value is 222 (87.11% from 255 or 35.58% from 624); Max value from RGB is 222 - color contains mainly: blue. Hex color #B6DCDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6DCDE is #492321. Grayscale: #D0D0D0. Windows color (decimal): -4793122 or 14605494. OLE color: 14605494.
HSL color Cylindrical-coordinate representation of color #B6DCDE: hue angle of 183º degrees, saturation: 0.38, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B6DCDE is Cyan = 0.18, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 182 | 220 | 222 | - |
| CMYK | 0.18 | 0.01 | 0 | 0.13 |
| HSL | 183º | 0.38% | 0.79% | - |
| HSV(B) | 183º | 0.18% | 0.87% | - |
| XYZ | 58.07 | 66.41 | 78.86 | - |
| YUV | 208.87 | 135.41 | 108.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 220 | 222 | 0.18 | 0.01 | 0 | 0.13 | 183 | 0.38 | 0.79 |
| Hex | B6 | DC | DE | 12 | 1 | 0 | D | B7 | 26 | 4F |
| Octal | 266 | 334 | 336 | 22 | 1 | 0 | 15 | 267 | 46 | 117 |
| Binary | 10110110 | 11011100 | 11011110 | 10010 | 1 | 0 | 1101 | 10110111 | 100110 | 1001111 |
Color Harmonies of #B6DCDE
Complementary color
Monochromatic Colors of #B6DCDE
Black with #B6DCDE
Text Example
Text Example
White with #B6DCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6DCDE; }
p { color: rgb(182,220,222); }
H1.HeaderClassName
{
color: #B6DCDE;
}
.AnyTagClassName
{
color: #B6DCDE;
}
</style>
background-color css
<style>
a { background-color: #B6DCDE; }
a { background-color: rgb(182,220,222); }
div.DivClassName
{
background-color: #B6DCDE;
}
.BgClassName
{
background-color: #B6DCDE;
}
</style>
border-color css
<style>
span { border-color: #B6DCDE; }
span { border-color: rgb(182,220,222); }
td.TdClassName
{
border-color: #B6DCDE;
}
.TagClassName
{
border-color: #B6DCDE;
}
</style>