Shades of Nebula #A8CAB7
Tints of Nebula #A8CAB7
RGB
CMYK
RGB Variations
Color information
#A8CAB7 (or 0xA8CAB7) is known color: Nebula. HEX triplet: A8, CA and B7. RGB value is (168,202,183). Sum of RGB (Red+Green+Blue) = 168+202+183=553 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.38% from 553); Green value is 202 (79.30% from 255 or 36.53% from 553); Blue value is 183 (71.88% from 255 or 33.09% from 553); Max value from RGB is 202 - color contains mainly: green. Hex color #A8CAB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CAB7 is #573548. Grayscale: #BDBDBD. Windows color (decimal): -5715273 or 12044968. OLE color: 12044968.
HSL color Cylindrical-coordinate representation of color #A8CAB7: hue angle of 146.47º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A8CAB7 is Cyan = 0.17, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
RGB | 168 | 202 | 183 | - |
CMYK | 0.17 | 0 | 0.09 | 0.21 |
HSL | 146.47º | 0.24% | 0.73% | - |
HSV(B) | 146.47º | 0.17% | 0.79% | - |
XYZ | 45.82 | 53.98 | 52.81 | - |
YUV | 189.67 | 124.24 | 112.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 202 | 183 | 0.17 | 0 | 0.09 | 0.21 | 146.47 | 0.24 | 0.73 |
Hex | A8 | CA | B7 | 11 | 0 | 9 | 15 | 92 | 18 | 49 |
Octal | 250 | 312 | 267 | 21 | 0 | 11 | 25 | 222 | 30 | 111 |
Binary | 10101000 | 11001010 | 10110111 | 10001 | 0 | 1001 | 10101 | 10010010 | 11000 | 1001001 |
Color Harmonies of #A8CAB7
Complementary color
Monochromatic Colors of #A8CAB7
Black with #A8CAB7
Text Example
Text Example
White with #A8CAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CAB7; }
p { color: rgb(168,202,183); }
H1.HeaderClassName
{
color: #A8CAB7;
}
.AnyTagClassName
{
color: #A8CAB7;
}
</style>
background-color css
<style>
a { background-color: #A8CAB7; }
a { background-color: rgb(168,202,183); }
div.DivClassName
{
background-color: #A8CAB7;
}
.BgClassName
{
background-color: #A8CAB7;
}
</style>
border-color css
<style>
span { border-color: #A8CAB7; }
span { border-color: rgb(168,202,183); }
td.TdClassName
{
border-color: #A8CAB7;
}
.TagClassName
{
border-color: #A8CAB7;
}
</style>