Shades of Nebula #BBCEC3
Tints of Nebula #BBCEC3
RGB
CMYK
RGB Variations
Color information
#BBCEC3 (or 0xBBCEC3) is known color: Nebula. HEX triplet: BB, CE and C3. RGB value is (187,206,195). Sum of RGB (Red+Green+Blue) = 187+206+195=588 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.80% from 588); Green value is 206 (80.86% from 255 or 35.03% from 588); Blue value is 195 (76.56% from 255 or 33.16% from 588); Max value from RGB is 206 - color contains mainly: green. Hex color #BBCEC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCEC3 is #44313C. Grayscale: #C7C7C7. Windows color (decimal): -4469053 or 12832443. OLE color: 12832443.
HSL color Cylindrical-coordinate representation of color #BBCEC3: hue angle of 145.26º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BBCEC3 is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 206 | 195 | - |
| CMYK | 0.09 | 0 | 0.05 | 0.19 |
| HSL | 145.26º | 0.16% | 0.77% | - |
| HSV(B) | 145.26º | 0.09% | 0.81% | - |
| XYZ | 52.42 | 58.65 | 60.19 | - |
| YUV | 199.07 | 125.71 | 119.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 206 | 195 | 0.09 | 0 | 0.05 | 0.19 | 145.26 | 0.16 | 0.77 |
| Hex | BB | CE | C3 | 9 | 0 | 5 | 13 | 91 | 10 | 4D |
| Octal | 273 | 316 | 303 | 11 | 0 | 5 | 23 | 221 | 20 | 115 |
| Binary | 10111011 | 11001110 | 11000011 | 1001 | 0 | 101 | 10011 | 10010001 | 10000 | 1001101 |
Color Harmonies of #BBCEC3
Complementary color
Monochromatic Colors of #BBCEC3
Black with #BBCEC3
Text Example
Text Example
White with #BBCEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCEC3; }
p { color: rgb(187,206,195); }
H1.HeaderClassName
{
color: #BBCEC3;
}
.AnyTagClassName
{
color: #BBCEC3;
}
</style>
background-color css
<style>
a { background-color: #BBCEC3; }
a { background-color: rgb(187,206,195); }
div.DivClassName
{
background-color: #BBCEC3;
}
.BgClassName
{
background-color: #BBCEC3;
}
</style>
border-color css
<style>
span { border-color: #BBCEC3; }
span { border-color: rgb(187,206,195); }
td.TdClassName
{
border-color: #BBCEC3;
}
.TagClassName
{
border-color: #BBCEC3;
}
</style>