#ABCABB

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

Shades of Nebula #ABCABB

Tints of Nebula #ABCABB

Color information

#ABCABB (or 0xABCABB) is unknown color: approx Nebula. HEX triplet: AB, CA and BB. RGB value is (171,202,187). Sum of RGB (Red+Green+Blue) = 171+202+187=560 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.54% from 560); Green value is 202 (79.30% from 255 or 36.07% from 560); Blue value is 187 (73.44% from 255 or 33.39% from 560); Max value from RGB is 202 - color contains mainly: green. Hex color #ABCABB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCABB is #543544. Grayscale: #BFBFBF. Windows color (decimal): -5518661 or 12307115. OLE color: 12307115.

HSL color Cylindrical-coordinate representation of color #ABCABB: hue angle of 150.97º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ABCABB is Cyan = 0.15, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB171202187-
CMYK0.1500.070.21
HSL150.97º22.63%73.14%-
HSV(B)150.97º15.35%79.22%-
XYZ46.8854.4955.06-
YUV191.02125.73113.72-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.54%
GREEN value IS 202 (79.30% from 255) = 36.07%
BLUE value IS 187 (73.44% from 255) = 33.39%
R=30.54%
G=36.07%
B=33.39%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1712021870.1500.070.21150.9722.6373.14
HexABCABBF0715971749
Octal25331227317072522727111
Binary101010111100101010111011111101111010110010111101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCABB; }

 p { color: rgb(171,202,187); }

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

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

 a { background-color: rgb(171,202,187); }

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

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

 span { border-color: rgb(171,202,187); }

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