Shades of Nebula #BBCCC3
Tints of Nebula #BBCCC3
RGB
CMYK
RGB Variations
Color information
#BBCCC3 (or 0xBBCCC3) is known color: Nebula. HEX triplet: BB, CC and C3. RGB value is (187,204,195). Sum of RGB (Red+Green+Blue) = 187+204+195=586 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.91% from 586); Green value is 204 (80.08% from 255 or 34.81% from 586); Blue value is 195 (76.56% from 255 or 33.28% from 586); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCCC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCCC3 is #44333C. Grayscale: #C5C5C5. Windows color (decimal): -4469565 or 12831931. OLE color: 12831931.
HSL color Cylindrical-coordinate representation of color #BBCCC3: hue angle of 148.24º 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 #BBCCC3 is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.2.
Color convert
RGB | 187 | 204 | 195 | - |
CMYK | 0.08 | 0 | 0.04 | 0.2 |
HSL | 148.24º | 0.14% | 0.77% | - |
HSV(B) | 148.24º | 0.08% | 0.8% | - |
XYZ | 51.94 | 57.69 | 60.03 | - |
YUV | 197.89 | 126.37 | 120.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 204 | 195 | 0.08 | 0 | 0.04 | 0.2 | 148.24 | 0.14 | 0.77 |
Hex | BB | CC | C3 | 8 | 0 | 4 | 14 | 94 | E | 4D |
Octal | 273 | 314 | 303 | 10 | 0 | 4 | 24 | 224 | 16 | 115 |
Binary | 10111011 | 11001100 | 11000011 | 1000 | 0 | 100 | 10100 | 10010100 | 1110 | 1001101 |
Color Harmonies of #BBCCC3
Complementary color
Monochromatic Colors of #BBCCC3
Black with #BBCCC3
Text Example
Text Example
White with #BBCCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCCC3; }
p { color: rgb(187,204,195); }
H1.HeaderClassName
{
color: #BBCCC3;
}
.AnyTagClassName
{
color: #BBCCC3;
}
</style>
background-color css
<style>
a { background-color: #BBCCC3; }
a { background-color: rgb(187,204,195); }
div.DivClassName
{
background-color: #BBCCC3;
}
.BgClassName
{
background-color: #BBCCC3;
}
</style>
border-color css
<style>
span { border-color: #BBCCC3; }
span { border-color: rgb(187,204,195); }
td.TdClassName
{
border-color: #BBCCC3;
}
.TagClassName
{
border-color: #BBCCC3;
}
</style>