#A6BFBB

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

Shades of Opal #A6BFBB

Tints of Opal #A6BFBB

Color information

#A6BFBB (or 0xA6BFBB) is unknown color: approx Opal. HEX triplet: A6, BF and BB. RGB value is (166,191,187). Sum of RGB (Red+Green+Blue) = 166+191+187=544 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.51% from 544); Green value is 191 (75% from 255 or 35.11% from 544); Blue value is 187 (73.44% from 255 or 34.38% from 544); Max value from RGB is 191 - color contains mainly: green. Hex color #A6BFBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BFBB is #594044. Grayscale: #B7B7B7. Windows color (decimal): -5849157 or 12304294. OLE color: 12304294.

HSL color Cylindrical-coordinate representation of color #A6BFBB: hue angle of 170.4º degrees, saturation: 0.16, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A6BFBB is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB166191187-
CMYK0.1300.020.25
HSL170.4º16.34%70%-
HSV(B)170.4º13.09%74.9%-
XYZ43.3348.9654.18-
YUV183.07130.22115.83-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.51%
GREEN value IS 191 (75% from 255) = 35.11%
BLUE value IS 187 (73.44% from 255) = 34.38%
R=30.51%
G=35.11%
B=34.38%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1661911870.1300.020.25170.416.3470
HexA6BFBBD0219aa1046
Octal24627727315023125220106
Binary10100110101111111011101111010101100110101010100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BFBB; }

 p { color: rgb(166,191,187); }

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

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

 a { background-color: rgb(166,191,187); }

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

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

 span { border-color: rgb(166,191,187); }

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