#A9C2BD

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

Shades of Opal #A9C2BD

Tints of Opal #A9C2BD

Color information

#A9C2BD (or 0xA9C2BD) is unknown color: approx Opal. HEX triplet: A9, C2 and BD. RGB value is (169,194,189). Sum of RGB (Red+Green+Blue) = 169+194+189=552 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.62% from 552); Green value is 194 (76.17% from 255 or 35.14% from 552); Blue value is 189 (74.22% from 255 or 34.24% from 552); Max value from RGB is 194 - color contains mainly: green. Hex color #A9C2BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9C2BD is #563D42. Grayscale: #B9B9B9. Windows color (decimal): -5651779 or 12436137. OLE color: 12436137.

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

Color convert

RGB169194189-
CMYK0.1300.030.24
HSL168º17.01%71.18%-
HSV(B)168º12.89%76.08%-
XYZ44.8450.6955.57-
YUV185.96129.72115.91-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.62%
GREEN value IS 194 (76.17% from 255) = 35.14%
BLUE value IS 189 (74.22% from 255) = 34.24%
R=30.62%
G=35.14%
B=34.24%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1691941890.1300.030.2416817.0171.18
HexA9C2BDD0318a81147
Octal25130227515033025021107
Binary10101001110000101011110111010111100010101000100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C2BD; }

 p { color: rgb(169,194,189); }

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

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

 a { background-color: rgb(169,194,189); }

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

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

 span { border-color: rgb(169,194,189); }

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