Shades of Nebula #A8CBBA
Tints of Nebula #A8CBBA
RGB
CMYK
RGB Variations
Color information
#A8CBBA (or 0xA8CBBA) is known color: Nebula. HEX triplet: A8, CB and BA. RGB value is (168,203,186). Sum of RGB (Red+Green+Blue) = 168+203+186=557 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.16% from 557); Green value is 203 (79.69% from 255 or 36.45% from 557); Blue value is 186 (73.05% from 255 or 33.39% from 557); Max value from RGB is 203 - color contains mainly: green. Hex color #A8CBBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CBBA is #573445. Grayscale: #BEBEBE. Windows color (decimal): -5715014 or 12241832. OLE color: 12241832.
HSL color Cylindrical-coordinate representation of color #A8CBBA: hue angle of 150.86º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A8CBBA is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 203 | 186 | - |
| CMYK | 0.17 | 0 | 0.08 | 0.20 |
| HSL | 150.86º | 0.25% | 0.73% | - |
| HSV(B) | 150.86º | 0.17% | 0.8% | - |
| XYZ | 46.37 | 54.58 | 54.55 | - |
| YUV | 190.6 | 125.4 | 111.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 203 | 186 | 0.17 | 0 | 0.08 | 0.20 | 150.86 | 0.25 | 0.73 |
| Hex | A8 | CB | BA | 11 | 0 | 8 | 14 | 97 | 19 | 49 |
| Octal | 250 | 313 | 272 | 21 | 0 | 10 | 24 | 227 | 31 | 111 |
| Binary | 10101000 | 11001011 | 10111010 | 10001 | 0 | 1000 | 10100 | 10010111 | 11001 | 1001001 |
Color Harmonies of #A8CBBA
Complementary color
Monochromatic Colors of #A8CBBA
Black with #A8CBBA
Text Example
Text Example
White with #A8CBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CBBA; }
p { color: rgb(168,203,186); }
H1.HeaderClassName
{
color: #A8CBBA;
}
.AnyTagClassName
{
color: #A8CBBA;
}
</style>
background-color css
<style>
a { background-color: #A8CBBA; }
a { background-color: rgb(168,203,186); }
div.DivClassName
{
background-color: #A8CBBA;
}
.BgClassName
{
background-color: #A8CBBA;
}
</style>
border-color css
<style>
span { border-color: #A8CBBA; }
span { border-color: rgb(168,203,186); }
td.TdClassName
{
border-color: #A8CBBA;
}
.TagClassName
{
border-color: #A8CBBA;
}
</style>