#A9BEB7

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

Shades of Opal #A9BEB7

Tints of Opal #A9BEB7

Color information

#A9BEB7 (or 0xA9BEB7) is unknown color: approx Opal. HEX triplet: A9, BE and B7. RGB value is (169,190,183). Sum of RGB (Red+Green+Blue) = 169+190+183=542 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.18% from 542); Green value is 190 (74.61% from 255 or 35.06% from 542); Blue value is 183 (71.88% from 255 or 33.76% from 542); Max value from RGB is 190 - color contains mainly: green. Hex color #A9BEB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9BEB7 is #564148. Grayscale: #B6B6B6. Windows color (decimal): -5652809 or 12041897. OLE color: 12041897.

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

Color convert

RGB169190183-
CMYK0.1100.040.25
HSL160º13.91%70.39%-
HSV(B)160º11.05%74.51%-
XYZ43.3248.6851.91-
YUV182.92128.04118.07-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.18%
GREEN value IS 190 (74.61% from 255) = 35.06%
BLUE value IS 183 (71.88% from 255) = 33.76%
R=31.18%
G=35.06%
B=33.76%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1691901830.1100.040.2516013.9170.39
HexA9BEB7B0419a0e46
Octal25127626713043124016106
Binary10101001101111101011011110110100110011010000011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BEB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BEB7; }

 p { color: rgb(169,190,183); }

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

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

 a { background-color: rgb(169,190,183); }

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

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

 span { border-color: rgb(169,190,183); }

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