Shades of Powder Blue #B6DCDC
Tints of Powder Blue #B6DCDC
RGB
CMYK
RGB Variations
Color information
#B6DCDC (or 0xB6DCDC) is known color: Powder Blue. HEX triplet: B6, DC and DC. RGB value is (182,220,220). Sum of RGB (Red+Green+Blue) = 182+220+220=622 (82% of max value = 765). Red value is 182 (71.48% from 255 or 29.26% from 622); Green value is 220 (86.33% from 255 or 35.37% from 622); Blue value is 220 (86.33% from 255 or 35.37% from 622); Max value from RGB is 220 - color contains mainly: green, blue. Hex color #B6DCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6DCDC is #492323. Grayscale: #D0D0D0. Windows color (decimal): -4793124 or 14474422. OLE color: 14474422.
HSL color Cylindrical-coordinate representation of color #B6DCDC: hue angle of 180º 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 #B6DCDC is Cyan = 0.17, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 182 | 220 | 220 | - |
| CMYK | 0.17 | 0 | 0 | 0.14 |
| HSL | 180º | 0.35% | 0.79% | - |
| HSV(B) | 180º | 0.17% | 0.86% | - |
| XYZ | 57.8 | 66.3 | 77.46 | - |
| YUV | 208.64 | 134.41 | 109 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 220 | 220 | 0.17 | 0 | 0 | 0.14 | 180 | 0.35 | 0.79 |
| Hex | B6 | DC | DC | 11 | 0 | 0 | E | B4 | 23 | 4F |
| Octal | 266 | 334 | 334 | 21 | 0 | 0 | 16 | 264 | 43 | 117 |
| Binary | 10110110 | 11011100 | 11011100 | 10001 | 0 | 0 | 1110 | 10110100 | 100011 | 1001111 |
Color Harmonies of #B6DCDC
Complementary color
Monochromatic Colors of #B6DCDC
Black with #B6DCDC
Text Example
Text Example
White with #B6DCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6DCDC; }
p { color: rgb(182,220,220); }
H1.HeaderClassName
{
color: #B6DCDC;
}
.AnyTagClassName
{
color: #B6DCDC;
}
</style>
background-color css
<style>
a { background-color: #B6DCDC; }
a { background-color: rgb(182,220,220); }
div.DivClassName
{
background-color: #B6DCDC;
}
.BgClassName
{
background-color: #B6DCDC;
}
</style>
border-color css
<style>
span { border-color: #B6DCDC; }
span { border-color: rgb(182,220,220); }
td.TdClassName
{
border-color: #B6DCDC;
}
.TagClassName
{
border-color: #B6DCDC;
}
</style>