#A9C6BC

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

Shades of Opal #A9C6BC

Tints of Opal #A9C6BC

Color information

#A9C6BC (or 0xA9C6BC) is unknown color: approx Opal. HEX triplet: A9, C6 and BC. RGB value is (169,198,188). Sum of RGB (Red+Green+Blue) = 169+198+188=555 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.45% from 555); Green value is 198 (77.73% from 255 or 35.68% from 555); Blue value is 188 (73.83% from 255 or 33.87% from 555); Max value from RGB is 198 - color contains mainly: green. Hex color #A9C6BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9C6BC is #563943. Grayscale: #BCBCBC. Windows color (decimal): -5650756 or 12371625. OLE color: 12371625.

HSL color Cylindrical-coordinate representation of color #A9C6BC: hue angle of 159.31º degrees, saturation: 0.2, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A9C6BC is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB169198188-
CMYK0.1500.050.22
HSL159.31º20.28%71.96%-
HSV(B)159.31º14.65%77.65%-
XYZ45.6352.4555.3-
YUV188.19127.89114.31-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.45%
GREEN value IS 198 (77.73% from 255) = 35.68%
BLUE value IS 188 (73.83% from 255) = 33.87%
R=30.45%
G=35.68%
B=33.87%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1691981880.1500.050.22159.3120.2871.96
HexA9C6BCF05169f1448
Octal25130627417052623724110
Binary101010011100011010111100111101011011010011111101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C6BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C6BC; }

 p { color: rgb(169,198,188); }

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

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

 a { background-color: rgb(169,198,188); }

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

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

 span { border-color: rgb(169,198,188); }

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