#ABC8B7

Color #ABC8B7 Nebula (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nebula #ABC8B7

Tints of Nebula #ABC8B7

Color information

#ABC8B7 (or 0xABC8B7) is unknown color: approx Nebula. HEX triplet: AB, C8 and B7. RGB value is (171,200,183). Sum of RGB (Red+Green+Blue) = 171+200+183=554 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.87% from 554); Green value is 200 (78.52% from 255 or 36.10% from 554); Blue value is 183 (71.88% from 255 or 33.03% from 554); Max value from RGB is 200 - color contains mainly: green. Hex color #ABC8B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC8B7 is #543748. Grayscale: #BDBDBD. Windows color (decimal): -5519177 or 12044459. OLE color: 12044459.

HSL color Cylindrical-coordinate representation of color #ABC8B7: hue angle of 144.83º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ABC8B7 is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.22.

Color convert

RGB171200183-
CMYK0.1400.080.22
HSL144.83º20.86%72.75%-
HSV(B)144.83º14.5%78.43%-
XYZ4653.3952.68-
YUV189.39124.39114.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 171 (67.19% from 255) = 30.87%
GREEN value IS 200 (78.52% from 255) = 36.10%
BLUE value IS 183 (71.88% from 255) = 33.03%
R=30.87%
G=36.10%
B=33.03%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1712001830.1400.080.22144.8320.8672.75
HexABC8B7E0816911549
Octal253310267160102622125111
Binary1010101111001000101101111110010001011010010001101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC8B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC8B7; }

 p { color: rgb(171,200,183); }

 H1.HeaderClassName
 {
   color: #ABC8B7;
 }
 .AnyTagClassName
 {
   color: #ABC8B7;
 }
</style>
background-color css

<style>
 a { background-color: #ABC8B7; }

 a { background-color: rgb(171,200,183); }

 div.DivClassName
 {
   background-color: #ABC8B7;
 }
 .BgClassName
 {
   background-color: #ABC8B7;
 }
</style>
border-color css

<style>
 span { border-color: #ABC8B7; }

 span { border-color: rgb(171,200,183); }

 td.TdClassName
 {
   border-color: #ABC8B7;
 }
 .TagClassName
 {
   border-color: #ABC8B7;
 }
</style>