Shades of Powder Blue #B8DADC
Tints of Powder Blue #B8DADC
RGB
CMYK
RGB Variations
Color information
#B8DADC (or 0xB8DADC) is known color: Powder Blue. HEX triplet: B8, DA and DC. RGB value is (184,218,220). Sum of RGB (Red+Green+Blue) = 184+218+220=622 (82% of max value = 765). Red value is 184 (72.27% from 255 or 29.58% from 622); Green value is 218 (85.55% from 255 or 35.05% from 622); Blue value is 220 (86.33% from 255 or 35.37% from 622); Max value from RGB is 220 - color contains mainly: blue. Hex color #B8DADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8DADC is #472523. Grayscale: #D0D0D0. Windows color (decimal): -4662564 or 14473912. OLE color: 14473912.
HSL color Cylindrical-coordinate representation of color #B8DADC: hue angle of 183.33º degrees, saturation: 0.34, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B8DADC is Cyan = 0.16, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 218 | 220 | - |
| CMYK | 0.16 | 0.01 | 0 | 0.14 |
| HSL | 183.33º | 0.34% | 0.79% | - |
| HSV(B) | 183.33º | 0.16% | 0.86% | - |
| XYZ | 57.76 | 65.5 | 77.31 | - |
| YUV | 208.06 | 134.74 | 110.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 218 | 220 | 0.16 | 0.01 | 0 | 0.14 | 183.33 | 0.34 | 0.79 |
| Hex | B8 | DA | DC | 10 | 1 | 0 | E | B7 | 22 | 4F |
| Octal | 270 | 332 | 334 | 20 | 1 | 0 | 16 | 267 | 42 | 117 |
| Binary | 10111000 | 11011010 | 11011100 | 10000 | 1 | 0 | 1110 | 10110111 | 100010 | 1001111 |
Color Harmonies of #B8DADC
Complementary color
Monochromatic Colors of #B8DADC
Black with #B8DADC
Text Example
Text Example
White with #B8DADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DADC; }
p { color: rgb(184,218,220); }
H1.HeaderClassName
{
color: #B8DADC;
}
.AnyTagClassName
{
color: #B8DADC;
}
</style>
background-color css
<style>
a { background-color: #B8DADC; }
a { background-color: rgb(184,218,220); }
div.DivClassName
{
background-color: #B8DADC;
}
.BgClassName
{
background-color: #B8DADC;
}
</style>
border-color css
<style>
span { border-color: #B8DADC; }
span { border-color: rgb(184,218,220); }
td.TdClassName
{
border-color: #B8DADC;
}
.TagClassName
{
border-color: #B8DADC;
}
</style>