Shades of Powder Blue #BDDADE
Tints of Powder Blue #BDDADE
RGB
CMYK
RGB Variations
Color information
#BDDADE (or 0xBDDADE) is known color: Powder Blue. HEX triplet: BD, DA and DE. RGB value is (189,218,222). Sum of RGB (Red+Green+Blue) = 189+218+222=629 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.05% from 629); Green value is 218 (85.55% from 255 or 34.66% from 629); Blue value is 222 (87.11% from 255 or 35.29% from 629); Max value from RGB is 222 - color contains mainly: blue. Hex color #BDDADE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDADE is #422521. Grayscale: #D1D1D1. Windows color (decimal): -4334882 or 14604989. OLE color: 14604989.
HSL color Cylindrical-coordinate representation of color #BDDADE: hue angle of 187.27º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDDADE is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 218 | 222 | - |
| CMYK | 0.15 | 0.02 | 0 | 0.13 |
| HSL | 187.27º | 0.33% | 0.81% | - |
| HSV(B) | 187.27º | 0.15% | 0.87% | - |
| XYZ | 59.24 | 66.24 | 78.77 | - |
| YUV | 209.79 | 134.89 | 113.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 218 | 222 | 0.15 | 0.02 | 0 | 0.13 | 187.27 | 0.33 | 0.81 |
| Hex | BD | DA | DE | F | 2 | 0 | D | BB | 21 | 51 |
| Octal | 275 | 332 | 336 | 17 | 2 | 0 | 15 | 273 | 41 | 121 |
| Binary | 10111101 | 11011010 | 11011110 | 1111 | 10 | 0 | 1101 | 10111011 | 100001 | 1010001 |
Color Harmonies of #BDDADE
Complementary color
Monochromatic Colors of #BDDADE
Black with #BDDADE
Text Example
Text Example
White with #BDDADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDADE; }
p { color: rgb(189,218,222); }
H1.HeaderClassName
{
color: #BDDADE;
}
.AnyTagClassName
{
color: #BDDADE;
}
</style>
background-color css
<style>
a { background-color: #BDDADE; }
a { background-color: rgb(189,218,222); }
div.DivClassName
{
background-color: #BDDADE;
}
.BgClassName
{
background-color: #BDDADE;
}
</style>
border-color css
<style>
span { border-color: #BDDADE; }
span { border-color: rgb(189,218,222); }
td.TdClassName
{
border-color: #BDDADE;
}
.TagClassName
{
border-color: #BDDADE;
}
</style>