#A9C1BD

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

Shades of Opal #A9C1BD

Tints of Opal #A9C1BD

Color information

#A9C1BD (or 0xA9C1BD) is unknown color: approx Opal. HEX triplet: A9, C1 and BD. RGB value is (169,193,189). Sum of RGB (Red+Green+Blue) = 169+193+189=551 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.67% from 551); Green value is 193 (75.78% from 255 or 35.03% from 551); Blue value is 189 (74.22% from 255 or 34.30% from 551); Max value from RGB is 193 - color contains mainly: green. Hex color #A9C1BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9C1BD is #563E42. Grayscale: #B9B9B9. Windows color (decimal): -5652035 or 12435881. OLE color: 12435881.

HSL color Cylindrical-coordinate representation of color #A9C1BD: hue angle of 170º 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 #A9C1BD is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB169193189-
CMYK0.1200.020.24
HSL170º16.22%70.98%-
HSV(B)170º12.44%75.69%-
XYZ44.6250.2555.49-
YUV185.37130.05116.33-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.67%
GREEN value IS 193 (75.78% from 255) = 35.03%
BLUE value IS 189 (74.22% from 255) = 34.30%
R=30.67%
G=35.03%
B=34.30%

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
Decimal1691931890.1200.020.2417016.2270.98
HexA9C1BDC0218aa1047
Octal25130127514023025220107
Binary10101001110000011011110111000101100010101010100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C1BD; }

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

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

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

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

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

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

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

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