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