Shades of Nebula #ACCBBB
Tints of Nebula #ACCBBB
RGB
CMYK
RGB Variations
Color information
#ACCBBB (or 0xACCBBB) is known color: Nebula. HEX triplet: AC, CB and BB. RGB value is (172,203,187). Sum of RGB (Red+Green+Blue) = 172+203+187=562 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.60% from 562); Green value is 203 (79.69% from 255 or 36.12% from 562); Blue value is 187 (73.44% from 255 or 33.27% from 562); Max value from RGB is 203 - color contains mainly: green. Hex color #ACCBBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCBBB is #533444. Grayscale: #BFBFBF. Windows color (decimal): -5452869 or 12307372. OLE color: 12307372.
HSL color Cylindrical-coordinate representation of color #ACCBBB: hue angle of 149.03º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ACCBBB is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 203 | 187 | - |
| CMYK | 0.15 | 0 | 0.08 | 0.20 |
| HSL | 149.03º | 0.23% | 0.74% | - |
| HSV(B) | 149.03º | 0.15% | 0.8% | - |
| XYZ | 47.34 | 55.07 | 55.15 | - |
| YUV | 191.91 | 125.23 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 203 | 187 | 0.15 | 0 | 0.08 | 0.20 | 149.03 | 0.23 | 0.74 |
| Hex | AC | CB | BB | F | 0 | 8 | 14 | 95 | 17 | 4A |
| Octal | 254 | 313 | 273 | 17 | 0 | 10 | 24 | 225 | 27 | 112 |
| Binary | 10101100 | 11001011 | 10111011 | 1111 | 0 | 1000 | 10100 | 10010101 | 10111 | 1001010 |
Color Harmonies of #ACCBBB
Complementary color
Monochromatic Colors of #ACCBBB
Black with #ACCBBB
Text Example
Text Example
White with #ACCBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCBBB; }
p { color: rgb(172,203,187); }
H1.HeaderClassName
{
color: #ACCBBB;
}
.AnyTagClassName
{
color: #ACCBBB;
}
</style>
background-color css
<style>
a { background-color: #ACCBBB; }
a { background-color: rgb(172,203,187); }
div.DivClassName
{
background-color: #ACCBBB;
}
.BgClassName
{
background-color: #ACCBBB;
}
</style>
border-color css
<style>
span { border-color: #ACCBBB; }
span { border-color: rgb(172,203,187); }
td.TdClassName
{
border-color: #ACCBBB;
}
.TagClassName
{
border-color: #ACCBBB;
}
</style>