Shades of Nebula #BBCCC1
Tints of Nebula #BBCCC1
RGB
CMYK
RGB Variations
Color information
#BBCCC1 (or 0xBBCCC1) is known color: Nebula. HEX triplet: BB, CC and C1. RGB value is (187,204,193). Sum of RGB (Red+Green+Blue) = 187+204+193=584 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.02% from 584); Green value is 204 (80.08% from 255 or 34.93% from 584); Blue value is 193 (75.78% from 255 or 33.05% from 584); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCCC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCCC1 is #44333E. Grayscale: #C5C5C5. Windows color (decimal): -4469567 or 12700859. OLE color: 12700859.
HSL color Cylindrical-coordinate representation of color #BBCCC1: hue angle of 141.18º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BBCCC1 is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.2.
Color convert
RGB | 187 | 204 | 193 | - |
CMYK | 0.08 | 0 | 0.05 | 0.2 |
HSL | 141.18º | 0.14% | 0.77% | - |
HSV(B) | 141.18º | 0.08% | 0.8% | - |
XYZ | 51.71 | 57.6 | 58.84 | - |
YUV | 197.66 | 125.37 | 120.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 204 | 193 | 0.08 | 0 | 0.05 | 0.2 | 141.18 | 0.14 | 0.77 |
Hex | BB | CC | C1 | 8 | 0 | 5 | 14 | 8D | E | 4D |
Octal | 273 | 314 | 301 | 10 | 0 | 5 | 24 | 215 | 16 | 115 |
Binary | 10111011 | 11001100 | 11000001 | 1000 | 0 | 101 | 10100 | 10001101 | 1110 | 1001101 |
Color Harmonies of #BBCCC1
Complementary color
Monochromatic Colors of #BBCCC1
Black with #BBCCC1
Text Example
Text Example
White with #BBCCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCCC1; }
p { color: rgb(187,204,193); }
H1.HeaderClassName
{
color: #BBCCC1;
}
.AnyTagClassName
{
color: #BBCCC1;
}
</style>
background-color css
<style>
a { background-color: #BBCCC1; }
a { background-color: rgb(187,204,193); }
div.DivClassName
{
background-color: #BBCCC1;
}
.BgClassName
{
background-color: #BBCCC1;
}
</style>
border-color css
<style>
span { border-color: #BBCCC1; }
span { border-color: rgb(187,204,193); }
td.TdClassName
{
border-color: #BBCCC1;
}
.TagClassName
{
border-color: #BBCCC1;
}
</style>