#A1BFBB

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

Shades of Opal #A1BFBB

Tints of Opal #A1BFBB

Color information

#A1BFBB (or 0xA1BFBB) is unknown color: approx Opal. HEX triplet: A1, BF and BB. RGB value is (161,191,187). Sum of RGB (Red+Green+Blue) = 161+191+187=539 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.87% from 539); Green value is 191 (75% from 255 or 35.44% from 539); Blue value is 187 (73.44% from 255 or 34.69% from 539); Max value from RGB is 191 - color contains mainly: green. Hex color #A1BFBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BFBB is #5E4044. Grayscale: #B5B5B5. Windows color (decimal): -6176837 or 12304289. OLE color: 12304289.

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

Color convert

RGB161191187-
CMYK0.1600.020.25
HSL172º18.99%69.02%-
HSV(B)172º15.71%74.9%-
XYZ42.348.4354.13-
YUV181.57131.06113.33-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.87%
GREEN value IS 191 (75% from 255) = 35.44%
BLUE value IS 187 (73.44% from 255) = 34.69%
R=29.87%
G=35.44%
B=34.69%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1611911870.1600.020.2517218.9969.02
HexA1BFBB100219ac1345
Octal24127727320023125423105
Binary101000011011111110111011100000101100110101100100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BFBB; }

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

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

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

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

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

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

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

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