Html Css Color HEX #ABC8B8 Nebula

📋 copy color: '#ABC8B8'

red 171 ◦ green 200 ◦ blue 184

#ABC8B8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nebula #ABC8B8

Tints of Nebula #ABC8B8

RGB

 RED value IS 171 (67.19% from 255) = 30.81%

 GREEN value IS 200 (78.52% from 255) = 36.04%

 BLUE value IS 184 (72.27% from 255) = 33.15%

R = 30.81%
G = 36.04%
B = 33.15%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.08

 K value IS 0.22

RGB Variations

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

Color information

#ABC8B8 (or 0xABC8B8) is known color: Nebula. HEX triplet: AB, C8 and B8. RGB value is (171,200,184). Sum of RGB (Red+Green+Blue) = 171+200+184=555 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.81% from 555); Green value is 200 (78.52% from 255 or 36.04% from 555); Blue value is 184 (72.27% from 255 or 33.15% from 555); Max value from RGB is 200 - color contains mainly: green. Hex color #ABC8B8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC8B8 is #543747. Grayscale: #BDBDBD. Windows color (decimal): -5519176 or 12109995. OLE color: 12109995.

HSL color Cylindrical-coordinate representation of color #ABC8B8: hue angle of 146.9º 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 #ABC8B8 is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.22.

Color convert

RGB 171 200 184 -
CMYK 0.14 0 0.08 0.22
HSL 146.9º 0.21% 0.73% -
HSV(B) 146.9º 0.15% 0.78% -
XYZ 46.1 53.43 53.23 -
YUV 189.51 124.89 114.8 -
System Red Green Blue C M Y K H S L
Decimal 171 200 184 0.14 0 0.08 0.22 146.9 0.21 0.73
Hex AB C8 B8 E 0 8 16 93 15 49
Octal 253 310 270 16 0 10 26 223 25 111
Binary 10101011 11001000 10111000 1110 0 1000 10110 10010011 10101 1001001

Color Harmonies of #ABC8B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC8B8

Black with #ABC8B8

Text Example


Text Example

White with #ABC8B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC8B8; }

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

 H1.HeaderClassName
 {
   color: #ABC8B8;
 }
 .AnyTagClassName
 {
   color: #ABC8B8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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