#A9C3BB

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

Shades of Opal #A9C3BB

Tints of Opal #A9C3BB

Color information

#A9C3BB (or 0xA9C3BB) is unknown color: approx Opal. HEX triplet: A9, C3 and BB. RGB value is (169,195,187). Sum of RGB (Red+Green+Blue) = 169+195+187=551 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.67% from 551); Green value is 195 (76.56% from 255 or 35.39% from 551); Blue value is 187 (73.44% from 255 or 33.94% from 551); Max value from RGB is 195 - color contains mainly: green. Hex color #A9C3BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9C3BB is #563C44. Grayscale: #BABABA. Windows color (decimal): -5651525 or 12305321. OLE color: 12305321.

HSL color Cylindrical-coordinate representation of color #A9C3BB: hue angle of 161.54º degrees, saturation: 0.18, 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 #A9C3BB is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB169195187-
CMYK0.1300.040.24
HSL161.54º17.81%71.37%-
HSV(B)161.54º13.33%76.47%-
XYZ44.8551.0554.5-
YUV186.31128.39115.65-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.67%
GREEN value IS 195 (76.56% from 255) = 35.39%
BLUE value IS 187 (73.44% from 255) = 33.94%
R=30.67%
G=35.39%
B=33.94%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1691951870.1300.040.24161.5417.8171.37
HexA9C3BBD0418a21247
Octal25130327315043024222107
Binary101010011100001110111011110101001100010100010100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C3BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C3BB; }

 p { color: rgb(169,195,187); }

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

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

 a { background-color: rgb(169,195,187); }

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

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

 span { border-color: rgb(169,195,187); }

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