#A9C1BE

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

Shades of Opal #A9C1BE

Tints of Opal #A9C1BE

Color information

#A9C1BE (or 0xA9C1BE) is unknown color: approx Opal. HEX triplet: A9, C1 and BE. RGB value is (169,193,190). Sum of RGB (Red+Green+Blue) = 169+193+190=552 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.62% from 552); Green value is 193 (75.78% from 255 or 34.96% from 552); Blue value is 190 (74.61% from 255 or 34.42% from 552); Max value from RGB is 193 - color contains mainly: green. Hex color #A9C1BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9C1BE is #563E41. Grayscale: #B9B9B9. Windows color (decimal): -5652034 or 12501417. OLE color: 12501417.

HSL color Cylindrical-coordinate representation of color #A9C1BE: hue angle of 172.5º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A9C1BE is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB169193190-
CMYK0.1200.020.24
HSL172.5º16.22%70.98%-
HSV(B)172.5º12.44%75.69%-
XYZ44.7350.2956.07-
YUV185.48130.55116.24-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.62%
GREEN value IS 193 (75.78% from 255) = 34.96%
BLUE value IS 190 (74.61% from 255) = 34.42%
R=30.62%
G=34.96%
B=34.42%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1691931900.1200.020.24172.516.2270.98
HexA9C1BEC0218ac1047
Octal25130127614023025420107
Binary10101001110000011011111011000101100010101100100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C1BE; }

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

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

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

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

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

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

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

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