Shades of Powder Blue #BBDBE3
Tints of Powder Blue #BBDBE3
RGB
CMYK
RGB Variations
Color information
#BBDBE3 (or 0xBBDBE3) is known color: Powder Blue. HEX triplet: BB, DB and E3. RGB value is (187,219,227). Sum of RGB (Red+Green+Blue) = 187+219+227=633 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.54% from 633); Green value is 219 (85.94% from 255 or 34.60% from 633); Blue value is 227 (89.06% from 255 or 35.86% from 633); Max value from RGB is 227 - color contains mainly: blue. Hex color #BBDBE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDBE3 is #44241C. Grayscale: #D2D2D2. Windows color (decimal): -4465693 or 14932923. OLE color: 14932923.
HSL color Cylindrical-coordinate representation of color #BBDBE3: hue angle of 192º 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 #BBDBE3 is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 219 | 227 | - |
| CMYK | 0.18 | 0.04 | 0 | 0.11 |
| HSL | 192º | 0.42% | 0.81% | - |
| HSV(B) | 192º | 0.18% | 0.89% | - |
| XYZ | 59.69 | 66.77 | 82.42 | - |
| YUV | 210.34 | 137.4 | 111.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 219 | 227 | 0.18 | 0.04 | 0 | 0.11 | 192 | 0.42 | 0.81 |
| Hex | BB | DB | E3 | 12 | 4 | 0 | B | C0 | 2A | 51 |
| Octal | 273 | 333 | 343 | 22 | 4 | 0 | 13 | 300 | 52 | 121 |
| Binary | 10111011 | 11011011 | 11100011 | 10010 | 100 | 0 | 1011 | 11000000 | 101010 | 1010001 |
Color Harmonies of #BBDBE3
Complementary color
Monochromatic Colors of #BBDBE3
Black with #BBDBE3
Text Example
Text Example
White with #BBDBE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDBE3; }
p { color: rgb(187,219,227); }
H1.HeaderClassName
{
color: #BBDBE3;
}
.AnyTagClassName
{
color: #BBDBE3;
}
</style>
background-color css
<style>
a { background-color: #BBDBE3; }
a { background-color: rgb(187,219,227); }
div.DivClassName
{
background-color: #BBDBE3;
}
.BgClassName
{
background-color: #BBDBE3;
}
</style>
border-color css
<style>
span { border-color: #BBDBE3; }
span { border-color: rgb(187,219,227); }
td.TdClassName
{
border-color: #BBDBE3;
}
.TagClassName
{
border-color: #BBDBE3;
}
</style>