Shades of Powder Blue #B6DADC
Tints of Powder Blue #B6DADC
RGB
CMYK
RGB Variations
Color information
#B6DADC (or 0xB6DADC) is known color: Powder Blue. HEX triplet: B6, DA and DC. RGB value is (182,218,220). Sum of RGB (Red+Green+Blue) = 182+218+220=620 (82% of max value = 765). Red value is 182 (71.48% from 255 or 29.35% from 620); Green value is 218 (85.55% from 255 or 35.16% from 620); Blue value is 220 (86.33% from 255 or 35.48% from 620); Max value from RGB is 220 - color contains mainly: blue. Hex color #B6DADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6DADC is #492523. Grayscale: #CFCFCF. Windows color (decimal): -4793636 or 14473910. OLE color: 14473910.
HSL color Cylindrical-coordinate representation of color #B6DADC: hue angle of 183.16º 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 #B6DADC is Cyan = 0.17, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 182 | 218 | 220 | - |
| CMYK | 0.17 | 0.01 | 0 | 0.14 |
| HSL | 183.16º | 0.35% | 0.79% | - |
| HSV(B) | 183.16º | 0.17% | 0.86% | - |
| XYZ | 57.28 | 65.26 | 77.29 | - |
| YUV | 207.46 | 135.07 | 109.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 218 | 220 | 0.17 | 0.01 | 0 | 0.14 | 183.16 | 0.35 | 0.79 |
| Hex | B6 | DA | DC | 11 | 1 | 0 | E | B7 | 23 | 4F |
| Octal | 266 | 332 | 334 | 21 | 1 | 0 | 16 | 267 | 43 | 117 |
| Binary | 10110110 | 11011010 | 11011100 | 10001 | 1 | 0 | 1110 | 10110111 | 100011 | 1001111 |
Color Harmonies of #B6DADC
Complementary color
Monochromatic Colors of #B6DADC
Black with #B6DADC
Text Example
Text Example
White with #B6DADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6DADC; }
p { color: rgb(182,218,220); }
H1.HeaderClassName
{
color: #B6DADC;
}
.AnyTagClassName
{
color: #B6DADC;
}
</style>
background-color css
<style>
a { background-color: #B6DADC; }
a { background-color: rgb(182,218,220); }
div.DivClassName
{
background-color: #B6DADC;
}
.BgClassName
{
background-color: #B6DADC;
}
</style>
border-color css
<style>
span { border-color: #B6DADC; }
span { border-color: rgb(182,218,220); }
td.TdClassName
{
border-color: #B6DADC;
}
.TagClassName
{
border-color: #B6DADC;
}
</style>