Shades of Powder Blue #BDDFE1
Tints of Powder Blue #BDDFE1
RGB
CMYK
RGB Variations
Color information
#BDDFE1 (or 0xBDDFE1) is known color: Powder Blue. HEX triplet: BD, DF and E1. RGB value is (189,223,225). Sum of RGB (Red+Green+Blue) = 189+223+225=637 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.67% from 637); Green value is 223 (87.5% from 255 or 35.01% from 637); Blue value is 225 (88.28% from 255 or 35.32% from 637); Max value from RGB is 225 - color contains mainly: blue. Hex color #BDDFE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDFE1 is #42201E. Grayscale: #D5D5D5. Windows color (decimal): -4333599 or 14802877. OLE color: 14802877.
HSL color Cylindrical-coordinate representation of color #BDDFE1: hue angle of 183.33º 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 #BDDFE1 is Cyan = 0.16, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 223 | 225 | - |
| CMYK | 0.16 | 0.01 | 0 | 0.12 |
| HSL | 183.33º | 0.38% | 0.81% | - |
| HSV(B) | 183.33º | 0.16% | 0.88% | - |
| XYZ | 60.96 | 69.03 | 81.35 | - |
| YUV | 213.06 | 134.74 | 110.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 223 | 225 | 0.16 | 0.01 | 0 | 0.12 | 183.33 | 0.38 | 0.81 |
| Hex | BD | DF | E1 | 10 | 1 | 0 | C | B7 | 26 | 51 |
| Octal | 275 | 337 | 341 | 20 | 1 | 0 | 14 | 267 | 46 | 121 |
| Binary | 10111101 | 11011111 | 11100001 | 10000 | 1 | 0 | 1100 | 10110111 | 100110 | 1010001 |
Color Harmonies of #BDDFE1
Complementary color
Monochromatic Colors of #BDDFE1
Black with #BDDFE1
Text Example
Text Example
White with #BDDFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDFE1; }
p { color: rgb(189,223,225); }
H1.HeaderClassName
{
color: #BDDFE1;
}
.AnyTagClassName
{
color: #BDDFE1;
}
</style>
background-color css
<style>
a { background-color: #BDDFE1; }
a { background-color: rgb(189,223,225); }
div.DivClassName
{
background-color: #BDDFE1;
}
.BgClassName
{
background-color: #BDDFE1;
}
</style>
border-color css
<style>
span { border-color: #BDDFE1; }
span { border-color: rgb(189,223,225); }
td.TdClassName
{
border-color: #BDDFE1;
}
.TagClassName
{
border-color: #BDDFE1;
}
</style>