Shades of Powder Blue #B6DCDD
Tints of Powder Blue #B6DCDD
RGB
CMYK
RGB Variations
Color information
#B6DCDD (or 0xB6DCDD) is known color: Powder Blue. HEX triplet: B6, DC and DD. RGB value is (182,220,221). Sum of RGB (Red+Green+Blue) = 182+220+221=623 (82% of max value = 765). Red value is 182 (71.48% from 255 or 29.21% from 623); Green value is 220 (86.33% from 255 or 35.31% from 623); Blue value is 221 (86.72% from 255 or 35.47% from 623); Max value from RGB is 221 - color contains mainly: blue. Hex color #B6DCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6DCDD is #492322. Grayscale: #D0D0D0. Windows color (decimal): -4793123 or 14539958. OLE color: 14539958.
HSL color Cylindrical-coordinate representation of color #B6DCDD: hue angle of 181.54º degrees, saturation: 0.36, 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 #B6DCDD is Cyan = 0.18, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 182 | 220 | 221 | - |
| CMYK | 0.18 | 0.00 | 0 | 0.13 |
| HSL | 181.54º | 0.36% | 0.79% | - |
| HSV(B) | 181.54º | 0.18% | 0.87% | - |
| XYZ | 57.94 | 66.35 | 78.16 | - |
| YUV | 208.75 | 134.91 | 108.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 220 | 221 | 0.18 | 0.00 | 0 | 0.13 | 181.54 | 0.36 | 0.79 |
| Hex | B6 | DC | DD | 12 | 0 | 0 | D | B6 | 24 | 4F |
| Octal | 266 | 334 | 335 | 22 | 0 | 0 | 15 | 266 | 44 | 117 |
| Binary | 10110110 | 11011100 | 11011101 | 10010 | 0 | 0 | 1101 | 10110110 | 100100 | 1001111 |
Color Harmonies of #B6DCDD
Complementary color
Monochromatic Colors of #B6DCDD
Black with #B6DCDD
Text Example
Text Example
White with #B6DCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6DCDD; }
p { color: rgb(182,220,221); }
H1.HeaderClassName
{
color: #B6DCDD;
}
.AnyTagClassName
{
color: #B6DCDD;
}
</style>
background-color css
<style>
a { background-color: #B6DCDD; }
a { background-color: rgb(182,220,221); }
div.DivClassName
{
background-color: #B6DCDD;
}
.BgClassName
{
background-color: #B6DCDD;
}
</style>
border-color css
<style>
span { border-color: #B6DCDD; }
span { border-color: rgb(182,220,221); }
td.TdClassName
{
border-color: #B6DCDD;
}
.TagClassName
{
border-color: #B6DCDD;
}
</style>