Shades of Nebula #ACCDBD
Tints of Nebula #ACCDBD
RGB
CMYK
RGB Variations
Color information
#ACCDBD (or 0xACCDBD) is known color: Nebula. HEX triplet: AC, CD and BD. RGB value is (172,205,189). Sum of RGB (Red+Green+Blue) = 172+205+189=566 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.39% from 566); Green value is 205 (80.47% from 255 or 36.22% from 566); Blue value is 189 (74.22% from 255 or 33.39% from 566); Max value from RGB is 205 - color contains mainly: green. Hex color #ACCDBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCDBD is #533242. Grayscale: #C1C1C1. Windows color (decimal): -5452355 or 12438956. OLE color: 12438956.
HSL color Cylindrical-coordinate representation of color #ACCDBD: hue angle of 150.91º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ACCDBD is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
RGB | 172 | 205 | 189 | - |
CMYK | 0.16 | 0 | 0.08 | 0.20 |
HSL | 150.91º | 0.25% | 0.74% | - |
HSV(B) | 150.91º | 0.16% | 0.8% | - |
XYZ | 48.03 | 56.11 | 56.44 | - |
YUV | 193.31 | 125.57 | 112.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 205 | 189 | 0.16 | 0 | 0.08 | 0.20 | 150.91 | 0.25 | 0.74 |
Hex | AC | CD | BD | 10 | 0 | 8 | 14 | 97 | 19 | 4A |
Octal | 254 | 315 | 275 | 20 | 0 | 10 | 24 | 227 | 31 | 112 |
Binary | 10101100 | 11001101 | 10111101 | 10000 | 0 | 1000 | 10100 | 10010111 | 11001 | 1001010 |
Color Harmonies of #ACCDBD
Complementary color
Monochromatic Colors of #ACCDBD
Black with #ACCDBD
Text Example
Text Example
White with #ACCDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCDBD; }
p { color: rgb(172,205,189); }
H1.HeaderClassName
{
color: #ACCDBD;
}
.AnyTagClassName
{
color: #ACCDBD;
}
</style>
background-color css
<style>
a { background-color: #ACCDBD; }
a { background-color: rgb(172,205,189); }
div.DivClassName
{
background-color: #ACCDBD;
}
.BgClassName
{
background-color: #ACCDBD;
}
</style>
border-color css
<style>
span { border-color: #ACCDBD; }
span { border-color: rgb(172,205,189); }
td.TdClassName
{
border-color: #ACCDBD;
}
.TagClassName
{
border-color: #ACCDBD;
}
</style>