Shades of Powder Blue #B8DADB
Tints of Powder Blue #B8DADB
RGB
CMYK
RGB Variations
Color information
#B8DADB (or 0xB8DADB) is known color: Powder Blue. HEX triplet: B8, DA and DB. RGB value is (184,218,219). Sum of RGB (Red+Green+Blue) = 184+218+219=621 (82% of max value = 765). Red value is 184 (72.27% from 255 or 29.63% from 621); Green value is 218 (85.55% from 255 or 35.10% from 621); Blue value is 219 (85.94% from 255 or 35.27% from 621); Max value from RGB is 219 - color contains mainly: blue. Hex color #B8DADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8DADB is #472524. Grayscale: #CFCFCF. Windows color (decimal): -4662565 or 14408376. OLE color: 14408376.
HSL color Cylindrical-coordinate representation of color #B8DADB: hue angle of 181.71º degrees, saturation: 0.33, 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 #B8DADB is Cyan = 0.16, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 218 | 219 | - |
| CMYK | 0.16 | 0.00 | 0 | 0.14 |
| HSL | 181.71º | 0.33% | 0.79% | - |
| HSV(B) | 181.71º | 0.16% | 0.86% | - |
| XYZ | 57.62 | 65.45 | 76.61 | - |
| YUV | 207.95 | 134.24 | 110.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 218 | 219 | 0.16 | 0.00 | 0 | 0.14 | 181.71 | 0.33 | 0.79 |
| Hex | B8 | DA | DB | 10 | 0 | 0 | E | B6 | 21 | 4F |
| Octal | 270 | 332 | 333 | 20 | 0 | 0 | 16 | 266 | 41 | 117 |
| Binary | 10111000 | 11011010 | 11011011 | 10000 | 0 | 0 | 1110 | 10110110 | 100001 | 1001111 |
Color Harmonies of #B8DADB
Complementary color
Monochromatic Colors of #B8DADB
Black with #B8DADB
Text Example
Text Example
White with #B8DADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DADB; }
p { color: rgb(184,218,219); }
H1.HeaderClassName
{
color: #B8DADB;
}
.AnyTagClassName
{
color: #B8DADB;
}
</style>
background-color css
<style>
a { background-color: #B8DADB; }
a { background-color: rgb(184,218,219); }
div.DivClassName
{
background-color: #B8DADB;
}
.BgClassName
{
background-color: #B8DADB;
}
</style>
border-color css
<style>
span { border-color: #B8DADB; }
span { border-color: rgb(184,218,219); }
td.TdClassName
{
border-color: #B8DADB;
}
.TagClassName
{
border-color: #B8DADB;
}
</style>