#AABFBA

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

Shades of Opal #AABFBA

Tints of Opal #AABFBA

Color information

#AABFBA (or 0xAABFBA) is unknown color: approx Opal. HEX triplet: AA, BF and BA. RGB value is (170,191,186). Sum of RGB (Red+Green+Blue) = 170+191+186=547 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.08% from 547); Green value is 191 (75% from 255 or 34.92% from 547); Blue value is 186 (73.05% from 255 or 34.00% from 547); Max value from RGB is 191 - color contains mainly: green. Hex color #AABFBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABFBA is #554045. Grayscale: #B8B8B8. Windows color (decimal): -5587014 or 12238762. OLE color: 12238762.

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

Color convert

RGB170191186-
CMYK0.1100.030.25
HSL165.71º14.09%70.78%-
HSV(B)165.71º10.99%74.9%-
XYZ44.0749.3553.66-
YUV184.15129.04117.91-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.08%
GREEN value IS 191 (75% from 255) = 34.92%
BLUE value IS 186 (73.05% from 255) = 34.00%
R=31.08%
G=34.92%
B=34.00%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701911860.1100.030.25165.7114.0970.78
HexAABFBAB0319a6e47
Octal25227727213033124616107
Binary1010101010111111101110101011011110011010011011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABFBA; }

 p { color: rgb(170,191,186); }

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

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

 a { background-color: rgb(170,191,186); }

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

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

 span { border-color: rgb(170,191,186); }

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