Shades of Nebula #BBCFC3
Tints of Nebula #BBCFC3
RGB
CMYK
RGB Variations
Color information
#BBCFC3 (or 0xBBCFC3) is known color: Nebula. HEX triplet: BB, CF and C3. RGB value is (187,207,195). Sum of RGB (Red+Green+Blue) = 187+207+195=589 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.75% from 589); Green value is 207 (81.25% from 255 or 35.14% from 589); Blue value is 195 (76.56% from 255 or 33.11% from 589); Max value from RGB is 207 - color contains mainly: green. Hex color #BBCFC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCFC3 is #44303C. Grayscale: #C7C7C7. Windows color (decimal): -4468797 or 12832699. OLE color: 12832699.
HSL color Cylindrical-coordinate representation of color #BBCFC3: hue angle of 144º 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 #BBCFC3 is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 207 | 195 | - |
| CMYK | 0.10 | 0 | 0.06 | 0.19 |
| HSL | 144º | 0.17% | 0.77% | - |
| HSV(B) | 144º | 0.1% | 0.81% | - |
| XYZ | 52.66 | 59.13 | 60.27 | - |
| YUV | 199.65 | 125.37 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 207 | 195 | 0.10 | 0 | 0.06 | 0.19 | 144 | 0.17 | 0.77 |
| Hex | BB | CF | C3 | A | 0 | 6 | 13 | 90 | 11 | 4D |
| Octal | 273 | 317 | 303 | 12 | 0 | 6 | 23 | 220 | 21 | 115 |
| Binary | 10111011 | 11001111 | 11000011 | 1010 | 0 | 110 | 10011 | 10010000 | 10001 | 1001101 |
Color Harmonies of #BBCFC3
Complementary color
Monochromatic Colors of #BBCFC3
Black with #BBCFC3
Text Example
Text Example
White with #BBCFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCFC3; }
p { color: rgb(187,207,195); }
H1.HeaderClassName
{
color: #BBCFC3;
}
.AnyTagClassName
{
color: #BBCFC3;
}
</style>
background-color css
<style>
a { background-color: #BBCFC3; }
a { background-color: rgb(187,207,195); }
div.DivClassName
{
background-color: #BBCFC3;
}
.BgClassName
{
background-color: #BBCFC3;
}
</style>
border-color css
<style>
span { border-color: #BBCFC3; }
span { border-color: rgb(187,207,195); }
td.TdClassName
{
border-color: #BBCFC3;
}
.TagClassName
{
border-color: #BBCFC3;
}
</style>