Shades of Powder Blue #BDE1E2
Tints of Powder Blue #BDE1E2
RGB
CMYK
RGB Variations
Color information
#BDE1E2 (or 0xBDE1E2) is known color: Powder Blue. HEX triplet: BD, E1 and E2. RGB value is (189,225,226). Sum of RGB (Red+Green+Blue) = 189+225+226=640 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.53% from 640); Green value is 225 (88.28% from 255 or 35.16% from 640); Blue value is 226 (88.67% from 255 or 35.31% from 640); Max value from RGB is 226 - color contains mainly: blue. Hex color #BDE1E2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE1E2 is #421E1D. Grayscale: #D6D6D6. Windows color (decimal): -4333086 or 14868925. OLE color: 14868925.
HSL color Cylindrical-coordinate representation of color #BDE1E2: hue angle of 181.62º 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 #BDE1E2 is Cyan = 0.16, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 225 | 226 | - |
| CMYK | 0.16 | 0.00 | 0 | 0.11 |
| HSL | 181.62º | 0.39% | 0.81% | - |
| HSV(B) | 181.62º | 0.16% | 0.89% | - |
| XYZ | 61.64 | 70.16 | 82.25 | - |
| YUV | 214.35 | 134.57 | 109.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 225 | 226 | 0.16 | 0.00 | 0 | 0.11 | 181.62 | 0.39 | 0.81 |
| Hex | BD | E1 | E2 | 10 | 0 | 0 | B | B6 | 27 | 51 |
| Octal | 275 | 341 | 342 | 20 | 0 | 0 | 13 | 266 | 47 | 121 |
| Binary | 10111101 | 11100001 | 11100010 | 10000 | 0 | 0 | 1011 | 10110110 | 100111 | 1010001 |
Color Harmonies of #BDE1E2
Complementary color
Monochromatic Colors of #BDE1E2
Black with #BDE1E2
Text Example
Text Example
White with #BDE1E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE1E2; }
p { color: rgb(189,225,226); }
H1.HeaderClassName
{
color: #BDE1E2;
}
.AnyTagClassName
{
color: #BDE1E2;
}
</style>
background-color css
<style>
a { background-color: #BDE1E2; }
a { background-color: rgb(189,225,226); }
div.DivClassName
{
background-color: #BDE1E2;
}
.BgClassName
{
background-color: #BDE1E2;
}
</style>
border-color css
<style>
span { border-color: #BDE1E2; }
span { border-color: rgb(189,225,226); }
td.TdClassName
{
border-color: #BDE1E2;
}
.TagClassName
{
border-color: #BDE1E2;
}
</style>