Shades of Powder Blue #B2DAE0
Tints of Powder Blue #B2DAE0
RGB
CMYK
RGB Variations
Color information
#B2DAE0 (or 0xB2DAE0) is known color: Powder Blue. HEX triplet: B2, DA and E0. RGB value is (178,218,224). Sum of RGB (Red+Green+Blue) = 178+218+224=620 (82% of max value = 765). Red value is 178 (69.92% from 255 or 28.71% from 620); Green value is 218 (85.55% from 255 or 35.16% from 620); Blue value is 224 (87.89% from 255 or 36.13% from 620); Max value from RGB is 224 - color contains mainly: blue. Hex color #B2DAE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DAE0 is #4D251F. Grayscale: #CECECE. Windows color (decimal): -5055776 or 14736050. OLE color: 14736050.
HSL color Cylindrical-coordinate representation of color #B2DAE0: hue angle of 187.83º degrees, saturation: 0.43, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B2DAE0 is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 178 | 218 | 224 | - |
| CMYK | 0.21 | 0.03 | 0 | 0.12 |
| HSL | 187.83º | 0.43% | 0.79% | - |
| HSV(B) | 187.83º | 0.21% | 0.88% | - |
| XYZ | 56.89 | 64.99 | 80.07 | - |
| YUV | 206.72 | 137.75 | 107.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 218 | 224 | 0.21 | 0.03 | 0 | 0.12 | 187.83 | 0.43 | 0.79 |
| Hex | B2 | DA | E0 | 15 | 3 | 0 | C | BC | 2B | 4F |
| Octal | 262 | 332 | 340 | 25 | 3 | 0 | 14 | 274 | 53 | 117 |
| Binary | 10110010 | 11011010 | 11100000 | 10101 | 11 | 0 | 1100 | 10111100 | 101011 | 1001111 |
Color Harmonies of #B2DAE0
Complementary color
Monochromatic Colors of #B2DAE0
Black with #B2DAE0
Text Example
Text Example
White with #B2DAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DAE0; }
p { color: rgb(178,218,224); }
H1.HeaderClassName
{
color: #B2DAE0;
}
.AnyTagClassName
{
color: #B2DAE0;
}
</style>
background-color css
<style>
a { background-color: #B2DAE0; }
a { background-color: rgb(178,218,224); }
div.DivClassName
{
background-color: #B2DAE0;
}
.BgClassName
{
background-color: #B2DAE0;
}
</style>
border-color css
<style>
span { border-color: #B2DAE0; }
span { border-color: rgb(178,218,224); }
td.TdClassName
{
border-color: #B2DAE0;
}
.TagClassName
{
border-color: #B2DAE0;
}
</style>