Shades of Powder Blue #B0DAE1
Tints of Powder Blue #B0DAE1
RGB
CMYK
RGB Variations
Color information
#B0DAE1 (or 0xB0DAE1) is known color: Powder Blue. HEX triplet: B0, DA and E1. RGB value is (176,218,225). Sum of RGB (Red+Green+Blue) = 176+218+225=619 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.43% from 619); Green value is 218 (85.55% from 255 or 35.22% from 619); Blue value is 225 (88.28% from 255 or 36.35% from 619); Max value from RGB is 225 - color contains mainly: blue. Hex color #B0DAE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DAE1 is #4F251E. Grayscale: #CECECE. Windows color (decimal): -5186847 or 14801584. OLE color: 14801584.
HSL color Cylindrical-coordinate representation of color #B0DAE1: hue angle of 188.57º degrees, saturation: 0.45, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B0DAE1 is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 176 | 218 | 225 | - |
| CMYK | 0.22 | 0.03 | 0 | 0.12 |
| HSL | 188.57º | 0.45% | 0.79% | - |
| HSV(B) | 188.57º | 0.22% | 0.88% | - |
| XYZ | 56.57 | 64.81 | 80.76 | - |
| YUV | 206.24 | 138.59 | 106.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 218 | 225 | 0.22 | 0.03 | 0 | 0.12 | 188.57 | 0.45 | 0.79 |
| Hex | B0 | DA | E1 | 16 | 3 | 0 | C | BD | 2D | 4F |
| Octal | 260 | 332 | 341 | 26 | 3 | 0 | 14 | 275 | 55 | 117 |
| Binary | 10110000 | 11011010 | 11100001 | 10110 | 11 | 0 | 1100 | 10111101 | 101101 | 1001111 |
Color Harmonies of #B0DAE1
Complementary color
Monochromatic Colors of #B0DAE1
Black with #B0DAE1
Text Example
Text Example
White with #B0DAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DAE1; }
p { color: rgb(176,218,225); }
H1.HeaderClassName
{
color: #B0DAE1;
}
.AnyTagClassName
{
color: #B0DAE1;
}
</style>
background-color css
<style>
a { background-color: #B0DAE1; }
a { background-color: rgb(176,218,225); }
div.DivClassName
{
background-color: #B0DAE1;
}
.BgClassName
{
background-color: #B0DAE1;
}
</style>
border-color css
<style>
span { border-color: #B0DAE1; }
span { border-color: rgb(176,218,225); }
td.TdClassName
{
border-color: #B0DAE1;
}
.TagClassName
{
border-color: #B0DAE1;
}
</style>