#ABBFB9

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

Shades of Opal #ABBFB9

Tints of Opal #ABBFB9

Color information

#ABBFB9 (or 0xABBFB9) is unknown color: approx Opal. HEX triplet: AB, BF and B9. RGB value is (171,191,185). Sum of RGB (Red+Green+Blue) = 171+191+185=547 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.26% from 547); Green value is 191 (75% from 255 or 34.92% from 547); Blue value is 185 (72.66% from 255 or 33.82% from 547); Max value from RGB is 191 - color contains mainly: green. Hex color #ABBFB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBFB9 is #544046. Grayscale: #B8B8B8. Windows color (decimal): -5521479 or 12173227. OLE color: 12173227.

HSL color Cylindrical-coordinate representation of color #ABBFB9: hue angle of 162º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ABBFB9 is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB171191185-
CMYK0.1000.030.25
HSL162º13.51%70.98%-
HSV(B)162º10.47%74.9%-
XYZ44.1849.4253.11-
YUV184.34128.37118.49-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.26%
GREEN value IS 191 (75% from 255) = 34.92%
BLUE value IS 185 (72.66% from 255) = 33.82%
R=31.26%
G=34.92%
B=33.82%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1711911850.1000.030.2516213.5170.98
HexABBFB9A0319a2e47
Octal25327727112033124216107
Binary1010101110111111101110011010011110011010001011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBFB9; }

 p { color: rgb(171,191,185); }

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

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

 a { background-color: rgb(171,191,185); }

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

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

 span { border-color: rgb(171,191,185); }

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