#ABC3BE

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

Shades of Opal #ABC3BE

Tints of Opal #ABC3BE

Color information

#ABC3BE (or 0xABC3BE) is unknown color: approx Opal. HEX triplet: AB, C3 and BE. RGB value is (171,195,190). Sum of RGB (Red+Green+Blue) = 171+195+190=556 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.76% from 556); Green value is 195 (76.56% from 255 or 35.07% from 556); Blue value is 190 (74.61% from 255 or 34.17% from 556); Max value from RGB is 195 - color contains mainly: green. Hex color #ABC3BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC3BE is #543C41. Grayscale: #BBBBBB. Windows color (decimal): -5520450 or 12501931. OLE color: 12501931.

HSL color Cylindrical-coordinate representation of color #ABC3BE: hue angle of 167.5º degrees, saturation: 0.17, 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 #ABC3BE is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB171195190-
CMYK0.1200.030.24
HSL167.5º16.67%71.76%-
HSV(B)167.5º12.31%76.47%-
XYZ45.651.4156.23-
YUV187.25129.55116.41-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.76%
GREEN value IS 195 (76.56% from 255) = 35.07%
BLUE value IS 190 (74.61% from 255) = 34.17%
R=30.76%
G=35.07%
B=34.17%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1711951900.1200.030.24167.516.6771.76
HexABC3BEC0318a71148
Octal25330327614033024721110
Binary10101011110000111011111011000111100010100111100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC3BE; }

 p { color: rgb(171,195,190); }

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

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

 a { background-color: rgb(171,195,190); }

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

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

 span { border-color: rgb(171,195,190); }

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