Shades of Nebula #BBCFC4
Tints of Nebula #BBCFC4
RGB
CMYK
RGB Variations
Color information
#BBCFC4 (or 0xBBCFC4) is known color: Nebula. HEX triplet: BB, CF and C4. RGB value is (187,207,196). Sum of RGB (Red+Green+Blue) = 187+207+196=590 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.69% from 590); Green value is 207 (81.25% from 255 or 35.08% from 590); Blue value is 196 (76.95% from 255 or 33.22% from 590); Max value from RGB is 207 - color contains mainly: green. Hex color #BBCFC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCFC4 is #44303B. Grayscale: #C7C7C7. Windows color (decimal): -4468796 or 12898235. OLE color: 12898235.
HSL color Cylindrical-coordinate representation of color #BBCFC4: hue angle of 147º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BBCFC4 is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 207 | 196 | - |
| CMYK | 0.10 | 0 | 0.05 | 0.19 |
| HSL | 147º | 0.17% | 0.77% | - |
| HSV(B) | 147º | 0.1% | 0.81% | - |
| XYZ | 52.77 | 59.18 | 60.87 | - |
| YUV | 199.77 | 125.87 | 118.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 207 | 196 | 0.10 | 0 | 0.05 | 0.19 | 147 | 0.17 | 0.77 |
| Hex | BB | CF | C4 | A | 0 | 5 | 13 | 93 | 11 | 4D |
| Octal | 273 | 317 | 304 | 12 | 0 | 5 | 23 | 223 | 21 | 115 |
| Binary | 10111011 | 11001111 | 11000100 | 1010 | 0 | 101 | 10011 | 10010011 | 10001 | 1001101 |
Color Harmonies of #BBCFC4
Complementary color
Monochromatic Colors of #BBCFC4
Black with #BBCFC4
Text Example
Text Example
White with #BBCFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCFC4; }
p { color: rgb(187,207,196); }
H1.HeaderClassName
{
color: #BBCFC4;
}
.AnyTagClassName
{
color: #BBCFC4;
}
</style>
background-color css
<style>
a { background-color: #BBCFC4; }
a { background-color: rgb(187,207,196); }
div.DivClassName
{
background-color: #BBCFC4;
}
.BgClassName
{
background-color: #BBCFC4;
}
</style>
border-color css
<style>
span { border-color: #BBCFC4; }
span { border-color: rgb(187,207,196); }
td.TdClassName
{
border-color: #BBCFC4;
}
.TagClassName
{
border-color: #BBCFC4;
}
</style>