Shades of Powder Blue #B8DADA
Tints of Powder Blue #B8DADA
RGB
CMYK
RGB Variations
Color information
#B8DADA (or 0xB8DADA) is known color: Powder Blue. HEX triplet: B8, DA and DA. RGB value is (184,218,218). Sum of RGB (Red+Green+Blue) = 184+218+218=620 (82% of max value = 765). Red value is 184 (72.27% from 255 or 29.68% from 620); Green value is 218 (85.55% from 255 or 35.16% from 620); Blue value is 218 (85.55% from 255 or 35.16% from 620); Max value from RGB is 218 - color contains mainly: green, blue. Hex color #B8DADA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8DADA is #472525. Grayscale: #CFCFCF. Windows color (decimal): -4662566 or 14342840. OLE color: 14342840.
HSL color Cylindrical-coordinate representation of color #B8DADA: hue angle of 180º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B8DADA is Cyan = 0.16, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 184 | 218 | 218 | - |
| CMYK | 0.16 | 0 | 0 | 0.15 |
| HSL | 180º | 0.31% | 0.79% | - |
| HSV(B) | 180º | 0.16% | 0.85% | - |
| XYZ | 57.49 | 65.4 | 75.92 | - |
| YUV | 207.83 | 133.74 | 111 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 218 | 218 | 0.16 | 0 | 0 | 0.15 | 180 | 0.31 | 0.79 |
| Hex | B8 | DA | DA | 10 | 0 | 0 | F | B4 | 1F | 4F |
| Octal | 270 | 332 | 332 | 20 | 0 | 0 | 17 | 264 | 37 | 117 |
| Binary | 10111000 | 11011010 | 11011010 | 10000 | 0 | 0 | 1111 | 10110100 | 11111 | 1001111 |
Color Harmonies of #B8DADA
Complementary color
Monochromatic Colors of #B8DADA
Black with #B8DADA
Text Example
Text Example
White with #B8DADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DADA; }
p { color: rgb(184,218,218); }
H1.HeaderClassName
{
color: #B8DADA;
}
.AnyTagClassName
{
color: #B8DADA;
}
</style>
background-color css
<style>
a { background-color: #B8DADA; }
a { background-color: rgb(184,218,218); }
div.DivClassName
{
background-color: #B8DADA;
}
.BgClassName
{
background-color: #B8DADA;
}
</style>
border-color css
<style>
span { border-color: #B8DADA; }
span { border-color: rgb(184,218,218); }
td.TdClassName
{
border-color: #B8DADA;
}
.TagClassName
{
border-color: #B8DADA;
}
</style>