#A6C5BD

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

Shades of Opal #A6C5BD

Tints of Opal #A6C5BD

Color information

#A6C5BD (or 0xA6C5BD) is unknown color: approx Opal. HEX triplet: A6, C5 and BD. RGB value is (166,197,189). Sum of RGB (Red+Green+Blue) = 166+197+189=552 (73% of max value = 765). Red value is 166 (65.23% from 255 or 30.07% from 552); Green value is 197 (77.34% from 255 or 35.69% from 552); Blue value is 189 (74.22% from 255 or 34.24% from 552); Max value from RGB is 197 - color contains mainly: green. Hex color #A6C5BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6C5BD is #593A42. Grayscale: #BABABA. Windows color (decimal): -5847619 or 12436902. OLE color: 12436902.

HSL color Cylindrical-coordinate representation of color #A6C5BD: hue angle of 164.52º degrees, saturation: 0.21, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A6C5BD is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB166197189-
CMYK0.1600.040.23
HSL164.52º21.09%71.18%-
HSV(B)164.52º15.74%77.25%-
XYZ44.8851.7155.76-
YUV186.82129.23113.15-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.07%
GREEN value IS 197 (77.34% from 255) = 35.69%
BLUE value IS 189 (74.22% from 255) = 34.24%
R=30.07%
G=35.69%
B=34.24%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1661971890.1600.040.23164.5221.0971.18
HexA6C5BD100417a51547
Octal24630527520042724525107
Binary1010011011000101101111011000001001011110100101101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C5BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C5BD; }

 p { color: rgb(166,197,189); }

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

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

 a { background-color: rgb(166,197,189); }

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

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

 span { border-color: rgb(166,197,189); }

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