Shades of Nebula #BBCAC2
Tints of Nebula #BBCAC2
RGB
CMYK
RGB Variations
Color information
#BBCAC2 (or 0xBBCAC2) is known color: Nebula. HEX triplet: BB, CA and C2. RGB value is (187,202,194). Sum of RGB (Red+Green+Blue) = 187+202+194=583 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.08% from 583); Green value is 202 (79.30% from 255 or 34.65% from 583); Blue value is 194 (76.17% from 255 or 33.28% from 583); Max value from RGB is 202 - color contains mainly: green. Hex color #BBCAC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCAC2 is #44353D. Grayscale: #C4C4C4. Windows color (decimal): -4470078 or 12765883. OLE color: 12765883.
HSL color Cylindrical-coordinate representation of color #BBCAC2: hue angle of 148º degrees, saturation: 0.12, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BBCAC2 is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
RGB | 187 | 202 | 194 | - |
CMYK | 0.07 | 0 | 0.04 | 0.21 |
HSL | 148º | 0.12% | 0.76% | - |
HSV(B) | 148º | 0.07% | 0.79% | - |
XYZ | 51.35 | 56.7 | 59.28 | - |
YUV | 196.6 | 126.53 | 121.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 202 | 194 | 0.07 | 0 | 0.04 | 0.21 | 148 | 0.12 | 0.76 |
Hex | BB | CA | C2 | 7 | 0 | 4 | 15 | 94 | C | 4C |
Octal | 273 | 312 | 302 | 7 | 0 | 4 | 25 | 224 | 14 | 114 |
Binary | 10111011 | 11001010 | 11000010 | 111 | 0 | 100 | 10101 | 10010100 | 1100 | 1001100 |
Color Harmonies of #BBCAC2
Complementary color
Monochromatic Colors of #BBCAC2
Black with #BBCAC2
Text Example
Text Example
White with #BBCAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCAC2; }
p { color: rgb(187,202,194); }
H1.HeaderClassName
{
color: #BBCAC2;
}
.AnyTagClassName
{
color: #BBCAC2;
}
</style>
background-color css
<style>
a { background-color: #BBCAC2; }
a { background-color: rgb(187,202,194); }
div.DivClassName
{
background-color: #BBCAC2;
}
.BgClassName
{
background-color: #BBCAC2;
}
</style>
border-color css
<style>
span { border-color: #BBCAC2; }
span { border-color: rgb(187,202,194); }
td.TdClassName
{
border-color: #BBCAC2;
}
.TagClassName
{
border-color: #BBCAC2;
}
</style>