Shades of Powder Blue #BDE0E2
Tints of Powder Blue #BDE0E2
RGB
CMYK
RGB Variations
Color information
#BDE0E2 (or 0xBDE0E2) is known color: Powder Blue. HEX triplet: BD, E0 and E2. RGB value is (189,224,226). Sum of RGB (Red+Green+Blue) = 189+224+226=639 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.58% from 639); Green value is 224 (87.89% from 255 or 35.05% from 639); Blue value is 226 (88.67% from 255 or 35.37% from 639); Max value from RGB is 226 - color contains mainly: blue. Hex color #BDE0E2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE0E2 is #421F1D. Grayscale: #D5D5D5. Windows color (decimal): -4333342 or 14868669. OLE color: 14868669.
HSL color Cylindrical-coordinate representation of color #BDE0E2: hue angle of 183.24º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDE0E2 is Cyan = 0.16, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 224 | 226 | - |
| CMYK | 0.16 | 0.01 | 0 | 0.11 |
| HSL | 183.24º | 0.39% | 0.81% | - |
| HSV(B) | 183.24º | 0.16% | 0.89% | - |
| XYZ | 61.37 | 69.62 | 82.16 | - |
| YUV | 213.76 | 134.9 | 110.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 224 | 226 | 0.16 | 0.01 | 0 | 0.11 | 183.24 | 0.39 | 0.81 |
| Hex | BD | E0 | E2 | 10 | 1 | 0 | B | B7 | 27 | 51 |
| Octal | 275 | 340 | 342 | 20 | 1 | 0 | 13 | 267 | 47 | 121 |
| Binary | 10111101 | 11100000 | 11100010 | 10000 | 1 | 0 | 1011 | 10110111 | 100111 | 1010001 |
Color Harmonies of #BDE0E2
Complementary color
Monochromatic Colors of #BDE0E2
Black with #BDE0E2
Text Example
Text Example
White with #BDE0E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE0E2; }
p { color: rgb(189,224,226); }
H1.HeaderClassName
{
color: #BDE0E2;
}
.AnyTagClassName
{
color: #BDE0E2;
}
</style>
background-color css
<style>
a { background-color: #BDE0E2; }
a { background-color: rgb(189,224,226); }
div.DivClassName
{
background-color: #BDE0E2;
}
.BgClassName
{
background-color: #BDE0E2;
}
</style>
border-color css
<style>
span { border-color: #BDE0E2; }
span { border-color: rgb(189,224,226); }
td.TdClassName
{
border-color: #BDE0E2;
}
.TagClassName
{
border-color: #BDE0E2;
}
</style>