#ABC4BB

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

Shades of Opal #ABC4BB

Tints of Opal #ABC4BB

Color information

#ABC4BB (or 0xABC4BB) is unknown color: approx Opal. HEX triplet: AB, C4 and BB. RGB value is (171,196,187). Sum of RGB (Red+Green+Blue) = 171+196+187=554 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.87% from 554); Green value is 196 (76.95% from 255 or 35.38% from 554); Blue value is 187 (73.44% from 255 or 33.75% from 554); Max value from RGB is 196 - color contains mainly: green. Hex color #ABC4BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC4BB is #543B44. Grayscale: #BBBBBB. Windows color (decimal): -5520197 or 12305579. OLE color: 12305579.

HSL color Cylindrical-coordinate representation of color #ABC4BB: hue angle of 158.4º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ABC4BB is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB171196187-
CMYK0.1300.050.23
HSL158.4º17.48%71.96%-
HSV(B)158.4º12.76%76.86%-
XYZ45.551.7354.6-
YUV187.5127.72116.23-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.87%
GREEN value IS 196 (76.95% from 255) = 35.38%
BLUE value IS 187 (73.44% from 255) = 33.75%
R=30.87%
G=35.38%
B=33.75%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1711961870.1300.050.23158.417.4871.96
HexABC4BBD05179e1148
Octal25330427315052723621110
Binary101010111100010010111011110101011011110011110100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC4BB; }

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

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

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

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

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

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

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

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