Shades of Powder Blue #B6DBDE
Tints of Powder Blue #B6DBDE
RGB
CMYK
RGB Variations
Color information
#B6DBDE (or 0xB6DBDE) is known color: Powder Blue. HEX triplet: B6, DB and DE. RGB value is (182,219,222). Sum of RGB (Red+Green+Blue) = 182+219+222=623 (82% of max value = 765). Red value is 182 (71.48% from 255 or 29.21% from 623); Green value is 219 (85.94% from 255 or 35.15% from 623); Blue value is 222 (87.11% from 255 or 35.63% from 623); Max value from RGB is 222 - color contains mainly: blue. Hex color #B6DBDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6DBDE is #492421. Grayscale: #D0D0D0. Windows color (decimal): -4793378 or 14605238. OLE color: 14605238.
HSL color Cylindrical-coordinate representation of color #B6DBDE: hue angle of 184.5º 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 #B6DBDE is Cyan = 0.18, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 182 | 219 | 222 | - |
| CMYK | 0.18 | 0.01 | 0 | 0.13 |
| HSL | 184.5º | 0.38% | 0.79% | - |
| HSV(B) | 184.5º | 0.18% | 0.87% | - |
| XYZ | 57.81 | 65.88 | 78.78 | - |
| YUV | 208.28 | 135.74 | 109.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 219 | 222 | 0.18 | 0.01 | 0 | 0.13 | 184.5 | 0.38 | 0.79 |
| Hex | B6 | DB | DE | 12 | 1 | 0 | D | B8 | 26 | 4F |
| Octal | 266 | 333 | 336 | 22 | 1 | 0 | 15 | 270 | 46 | 117 |
| Binary | 10110110 | 11011011 | 11011110 | 10010 | 1 | 0 | 1101 | 10111000 | 100110 | 1001111 |
Color Harmonies of #B6DBDE
Complementary color
Monochromatic Colors of #B6DBDE
Black with #B6DBDE
Text Example
Text Example
White with #B6DBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6DBDE; }
p { color: rgb(182,219,222); }
H1.HeaderClassName
{
color: #B6DBDE;
}
.AnyTagClassName
{
color: #B6DBDE;
}
</style>
background-color css
<style>
a { background-color: #B6DBDE; }
a { background-color: rgb(182,219,222); }
div.DivClassName
{
background-color: #B6DBDE;
}
.BgClassName
{
background-color: #B6DBDE;
}
</style>
border-color css
<style>
span { border-color: #B6DBDE; }
span { border-color: rgb(182,219,222); }
td.TdClassName
{
border-color: #B6DBDE;
}
.TagClassName
{
border-color: #B6DBDE;
}
</style>