#A6BFBA

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

Shades of Opal #A6BFBA

Tints of Opal #A6BFBA

Color information

#A6BFBA (or 0xA6BFBA) is unknown color: approx Opal. HEX triplet: A6, BF and BA. RGB value is (166,191,186). Sum of RGB (Red+Green+Blue) = 166+191+186=543 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.57% from 543); Green value is 191 (75% from 255 or 35.17% from 543); Blue value is 186 (73.05% from 255 or 34.25% from 543); Max value from RGB is 191 - color contains mainly: green. Hex color #A6BFBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BFBA is #594045. Grayscale: #B6B6B6. Windows color (decimal): -5849158 or 12238758. OLE color: 12238758.

HSL color Cylindrical-coordinate representation of color #A6BFBA: hue angle of 168º 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 #A6BFBA is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB166191186-
CMYK0.1300.030.25
HSL168º16.34%70%-
HSV(B)168º13.09%74.9%-
XYZ43.2248.9153.62-
YUV182.96129.72115.91-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.57%
GREEN value IS 191 (75% from 255) = 35.17%
BLUE value IS 186 (73.05% from 255) = 34.25%
R=30.57%
G=35.17%
B=34.25%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1661911860.1300.030.2516816.3470
HexA6BFBAD0319a81046
Octal24627727215033125020106
Binary10100110101111111011101011010111100110101000100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BFBA; }

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

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

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

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

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

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

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

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