Shades of Powder Blue #BBDDE3
Tints of Powder Blue #BBDDE3
RGB
CMYK
RGB Variations
Color information
#BBDDE3 (or 0xBBDDE3) is known color: Powder Blue. HEX triplet: BB, DD and E3. RGB value is (187,221,227). Sum of RGB (Red+Green+Blue) = 187+221+227=635 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.45% from 635); Green value is 221 (86.72% from 255 or 34.80% from 635); Blue value is 227 (89.06% from 255 or 35.75% from 635); Max value from RGB is 227 - color contains mainly: blue. Hex color #BBDDE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDDE3 is #44221C. Grayscale: #D3D3D3. Windows color (decimal): -4465181 or 14933435. OLE color: 14933435.
HSL color Cylindrical-coordinate representation of color #BBDDE3: hue angle of 189º degrees, saturation: 0.42, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBDDE3 is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 221 | 227 | - |
| CMYK | 0.18 | 0.03 | 0 | 0.11 |
| HSL | 189º | 0.42% | 0.81% | - |
| HSV(B) | 189º | 0.18% | 0.89% | - |
| XYZ | 60.22 | 67.82 | 82.59 | - |
| YUV | 211.52 | 136.74 | 110.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 221 | 227 | 0.18 | 0.03 | 0 | 0.11 | 189 | 0.42 | 0.81 |
| Hex | BB | DD | E3 | 12 | 3 | 0 | B | BD | 2A | 51 |
| Octal | 273 | 335 | 343 | 22 | 3 | 0 | 13 | 275 | 52 | 121 |
| Binary | 10111011 | 11011101 | 11100011 | 10010 | 11 | 0 | 1011 | 10111101 | 101010 | 1010001 |
Color Harmonies of #BBDDE3
Complementary color
Monochromatic Colors of #BBDDE3
Black with #BBDDE3
Text Example
Text Example
White with #BBDDE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDDE3; }
p { color: rgb(187,221,227); }
H1.HeaderClassName
{
color: #BBDDE3;
}
.AnyTagClassName
{
color: #BBDDE3;
}
</style>
background-color css
<style>
a { background-color: #BBDDE3; }
a { background-color: rgb(187,221,227); }
div.DivClassName
{
background-color: #BBDDE3;
}
.BgClassName
{
background-color: #BBDDE3;
}
</style>
border-color css
<style>
span { border-color: #BBDDE3; }
span { border-color: rgb(187,221,227); }
td.TdClassName
{
border-color: #BBDDE3;
}
.TagClassName
{
border-color: #BBDDE3;
}
</style>