Shades of Powder Blue #BDDCE2
Tints of Powder Blue #BDDCE2
RGB
CMYK
RGB Variations
Color information
#BDDCE2 (or 0xBDDCE2) is known color: Powder Blue. HEX triplet: BD, DC and E2. RGB value is (189,220,226). Sum of RGB (Red+Green+Blue) = 189+220+226=635 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.76% from 635); Green value is 220 (86.33% from 255 or 34.65% from 635); Blue value is 226 (88.67% from 255 or 35.59% from 635); Max value from RGB is 226 - color contains mainly: blue. Hex color #BDDCE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDCE2 is #42231D. Grayscale: #D3D3D3. Windows color (decimal): -4334366 or 14867645. OLE color: 14867645.
HSL color Cylindrical-coordinate representation of color #BDDCE2: hue angle of 189.73º 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 #BDDCE2 is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 220 | 226 | - |
| CMYK | 0.16 | 0.03 | 0 | 0.11 |
| HSL | 189.73º | 0.39% | 0.81% | - |
| HSV(B) | 189.73º | 0.16% | 0.89% | - |
| XYZ | 60.31 | 67.5 | 81.8 | - |
| YUV | 211.42 | 136.23 | 112.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 220 | 226 | 0.16 | 0.03 | 0 | 0.11 | 189.73 | 0.39 | 0.81 |
| Hex | BD | DC | E2 | 10 | 3 | 0 | B | BE | 27 | 51 |
| Octal | 275 | 334 | 342 | 20 | 3 | 0 | 13 | 276 | 47 | 121 |
| Binary | 10111101 | 11011100 | 11100010 | 10000 | 11 | 0 | 1011 | 10111110 | 100111 | 1010001 |
Color Harmonies of #BDDCE2
Complementary color
Monochromatic Colors of #BDDCE2
Black with #BDDCE2
Text Example
Text Example
White with #BDDCE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDCE2; }
p { color: rgb(189,220,226); }
H1.HeaderClassName
{
color: #BDDCE2;
}
.AnyTagClassName
{
color: #BDDCE2;
}
</style>
background-color css
<style>
a { background-color: #BDDCE2; }
a { background-color: rgb(189,220,226); }
div.DivClassName
{
background-color: #BDDCE2;
}
.BgClassName
{
background-color: #BDDCE2;
}
</style>
border-color css
<style>
span { border-color: #BDDCE2; }
span { border-color: rgb(189,220,226); }
td.TdClassName
{
border-color: #BDDCE2;
}
.TagClassName
{
border-color: #BDDCE2;
}
</style>