Shades of Powder Blue #BDE1E1
Tints of Powder Blue #BDE1E1
RGB
CMYK
RGB Variations
Color information
#BDE1E1 (or 0xBDE1E1) is known color: Powder Blue. HEX triplet: BD, E1 and E1. RGB value is (189,225,225). Sum of RGB (Red+Green+Blue) = 189+225+225=639 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.58% from 639); Green value is 225 (88.28% from 255 or 35.21% from 639); Blue value is 225 (88.28% from 255 or 35.21% from 639); Max value from RGB is 225 - color contains mainly: green, blue. Hex color #BDE1E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE1E1 is #421E1E. Grayscale: #D6D6D6. Windows color (decimal): -4333087 or 14803389. OLE color: 14803389.
HSL color Cylindrical-coordinate representation of color #BDE1E1: hue angle of 180º degrees, saturation: 0.38, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDE1E1 is Cyan = 0.16, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 225 | 225 | - |
| CMYK | 0.16 | 0 | 0 | 0.12 |
| HSL | 180º | 0.38% | 0.81% | - |
| HSV(B) | 180º | 0.16% | 0.88% | - |
| XYZ | 61.5 | 70.11 | 81.52 | - |
| YUV | 214.24 | 134.07 | 110 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 225 | 225 | 0.16 | 0 | 0 | 0.12 | 180 | 0.38 | 0.81 |
| Hex | BD | E1 | E1 | 10 | 0 | 0 | C | B4 | 26 | 51 |
| Octal | 275 | 341 | 341 | 20 | 0 | 0 | 14 | 264 | 46 | 121 |
| Binary | 10111101 | 11100001 | 11100001 | 10000 | 0 | 0 | 1100 | 10110100 | 100110 | 1010001 |
Color Harmonies of #BDE1E1
Complementary color
Monochromatic Colors of #BDE1E1
Black with #BDE1E1
Text Example
Text Example
White with #BDE1E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE1E1; }
p { color: rgb(189,225,225); }
H1.HeaderClassName
{
color: #BDE1E1;
}
.AnyTagClassName
{
color: #BDE1E1;
}
</style>
background-color css
<style>
a { background-color: #BDE1E1; }
a { background-color: rgb(189,225,225); }
div.DivClassName
{
background-color: #BDE1E1;
}
.BgClassName
{
background-color: #BDE1E1;
}
</style>
border-color css
<style>
span { border-color: #BDE1E1; }
span { border-color: rgb(189,225,225); }
td.TdClassName
{
border-color: #BDE1E1;
}
.TagClassName
{
border-color: #BDE1E1;
}
</style>