Shades of Nebula #BBCFC2
Tints of Nebula #BBCFC2
RGB
CMYK
RGB Variations
Color information
#BBCFC2 (or 0xBBCFC2) is known color: Nebula. HEX triplet: BB, CF and C2. RGB value is (187,207,194). Sum of RGB (Red+Green+Blue) = 187+207+194=588 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.80% from 588); Green value is 207 (81.25% from 255 or 35.20% from 588); Blue value is 194 (76.17% from 255 or 32.99% from 588); Max value from RGB is 207 - color contains mainly: green. Hex color #BBCFC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCFC2 is #44303D. Grayscale: #C7C7C7. Windows color (decimal): -4468798 or 12767163. OLE color: 12767163.
HSL color Cylindrical-coordinate representation of color #BBCFC2: hue angle of 141º 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 #BBCFC2 is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
RGB | 187 | 207 | 194 | - |
CMYK | 0.10 | 0 | 0.06 | 0.19 |
HSL | 141º | 0.17% | 0.77% | - |
HSV(B) | 141º | 0.1% | 0.81% | - |
XYZ | 52.54 | 59.09 | 59.67 | - |
YUV | 199.54 | 124.87 | 119.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 207 | 194 | 0.10 | 0 | 0.06 | 0.19 | 141 | 0.17 | 0.77 |
Hex | BB | CF | C2 | A | 0 | 6 | 13 | 8D | 11 | 4D |
Octal | 273 | 317 | 302 | 12 | 0 | 6 | 23 | 215 | 21 | 115 |
Binary | 10111011 | 11001111 | 11000010 | 1010 | 0 | 110 | 10011 | 10001101 | 10001 | 1001101 |
Color Harmonies of #BBCFC2
Complementary color
Monochromatic Colors of #BBCFC2
Black with #BBCFC2
Text Example
Text Example
White with #BBCFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCFC2; }
p { color: rgb(187,207,194); }
H1.HeaderClassName
{
color: #BBCFC2;
}
.AnyTagClassName
{
color: #BBCFC2;
}
</style>
background-color css
<style>
a { background-color: #BBCFC2; }
a { background-color: rgb(187,207,194); }
div.DivClassName
{
background-color: #BBCFC2;
}
.BgClassName
{
background-color: #BBCFC2;
}
</style>
border-color css
<style>
span { border-color: #BBCFC2; }
span { border-color: rgb(187,207,194); }
td.TdClassName
{
border-color: #BBCFC2;
}
.TagClassName
{
border-color: #BBCFC2;
}
</style>