#A1BFBA

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

Shades of Opal #A1BFBA

Tints of Opal #A1BFBA

Color information

#A1BFBA (or 0xA1BFBA) is unknown color: approx Opal. HEX triplet: A1, BF and BA. RGB value is (161,191,186). Sum of RGB (Red+Green+Blue) = 161+191+186=538 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.93% from 538); Green value is 191 (75% from 255 or 35.50% from 538); Blue value is 186 (73.05% from 255 or 34.57% from 538); Max value from RGB is 191 - color contains mainly: green. Hex color #A1BFBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BFBA is #5E4045. Grayscale: #B5B5B5. Windows color (decimal): -6176838 or 12238753. OLE color: 12238753.

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

Color convert

RGB161191186-
CMYK0.1600.030.25
HSL170º18.99%69.02%-
HSV(B)170º15.71%74.9%-
XYZ42.1948.3853.57-
YUV181.46130.56113.41-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.93%
GREEN value IS 191 (75% from 255) = 35.50%
BLUE value IS 186 (73.05% from 255) = 34.57%
R=29.93%
G=35.50%
B=34.57%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1611911860.1600.030.2517018.9969.02
HexA1BFBA100319aa1345
Octal24127727220033125223105
Binary101000011011111110111010100000111100110101010100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BFBA; }

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

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

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

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

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

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

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

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