#ABC2BB

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

Shades of Opal #ABC2BB

Tints of Opal #ABC2BB

Color information

#ABC2BB (or 0xABC2BB) is unknown color: approx Opal. HEX triplet: AB, C2 and BB. RGB value is (171,194,187). Sum of RGB (Red+Green+Blue) = 171+194+187=552 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.98% from 552); Green value is 194 (76.17% from 255 or 35.14% from 552); Blue value is 187 (73.44% from 255 or 33.88% from 552); Max value from RGB is 194 - color contains mainly: green. Hex color #ABC2BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC2BB is #543D44. Grayscale: #BABABA. Windows color (decimal): -5520709 or 12305067. OLE color: 12305067.

HSL color Cylindrical-coordinate representation of color #ABC2BB: hue angle of 161.74º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ABC2BB is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB171194187-
CMYK0.1200.040.24
HSL161.74º15.86%71.57%-
HSV(B)161.74º11.86%76.08%-
XYZ45.0650.8354.45-
YUV186.32128.38117.07-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.98%
GREEN value IS 194 (76.17% from 255) = 35.14%
BLUE value IS 187 (73.44% from 255) = 33.88%
R=30.98%
G=35.14%
B=33.88%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1711941870.1200.040.24161.7415.8671.57
HexABC2BBC0418a21048
Octal25330227314043024220110
Binary101010111100001010111011110001001100010100010100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC2BB; }

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

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

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

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

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

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

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

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