Shades of Nebula #BBCEC4
Tints of Nebula #BBCEC4
RGB
CMYK
RGB Variations
Color information
#BBCEC4 (or 0xBBCEC4) is known color: Nebula. HEX triplet: BB, CE and C4. RGB value is (187,206,196). Sum of RGB (Red+Green+Blue) = 187+206+196=589 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.75% from 589); Green value is 206 (80.86% from 255 or 34.97% from 589); Blue value is 196 (76.95% from 255 or 33.28% from 589); Max value from RGB is 206 - color contains mainly: green. Hex color #BBCEC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCEC4 is #44313B. Grayscale: #C7C7C7. Windows color (decimal): -4469052 or 12897979. OLE color: 12897979.
HSL color Cylindrical-coordinate representation of color #BBCEC4: hue angle of 148.42º 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 #BBCEC4 is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
RGB | 187 | 206 | 196 | - |
CMYK | 0.09 | 0 | 0.05 | 0.19 |
HSL | 148.42º | 0.16% | 0.77% | - |
HSV(B) | 148.42º | 0.09% | 0.81% | - |
XYZ | 52.53 | 58.69 | 60.78 | - |
YUV | 199.18 | 126.21 | 119.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 206 | 196 | 0.09 | 0 | 0.05 | 0.19 | 148.42 | 0.16 | 0.77 |
Hex | BB | CE | C4 | 9 | 0 | 5 | 13 | 94 | 10 | 4D |
Octal | 273 | 316 | 304 | 11 | 0 | 5 | 23 | 224 | 20 | 115 |
Binary | 10111011 | 11001110 | 11000100 | 1001 | 0 | 101 | 10011 | 10010100 | 10000 | 1001101 |
Color Harmonies of #BBCEC4
Complementary color
Monochromatic Colors of #BBCEC4
Black with #BBCEC4
Text Example
Text Example
White with #BBCEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCEC4; }
p { color: rgb(187,206,196); }
H1.HeaderClassName
{
color: #BBCEC4;
}
.AnyTagClassName
{
color: #BBCEC4;
}
</style>
background-color css
<style>
a { background-color: #BBCEC4; }
a { background-color: rgb(187,206,196); }
div.DivClassName
{
background-color: #BBCEC4;
}
.BgClassName
{
background-color: #BBCEC4;
}
</style>
border-color css
<style>
span { border-color: #BBCEC4; }
span { border-color: rgb(187,206,196); }
td.TdClassName
{
border-color: #BBCEC4;
}
.TagClassName
{
border-color: #BBCEC4;
}
</style>