#A3BFBB

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

Shades of Opal #A3BFBB

Tints of Opal #A3BFBB

Color information

#A3BFBB (or 0xA3BFBB) is unknown color: approx Opal. HEX triplet: A3, BF and BB. RGB value is (163,191,187). Sum of RGB (Red+Green+Blue) = 163+191+187=541 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.13% from 541); Green value is 191 (75% from 255 or 35.30% from 541); Blue value is 187 (73.44% from 255 or 34.57% from 541); Max value from RGB is 191 - color contains mainly: green. Hex color #A3BFBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3BFBB is #5C4044. Grayscale: #B6B6B6. Windows color (decimal): -6045765 or 12304291. OLE color: 12304291.

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

Color convert

RGB163191187-
CMYK0.1500.020.25
HSL171.43º17.95%69.41%-
HSV(B)171.43º14.66%74.9%-
XYZ42.748.6454.15-
YUV182.17130.72114.33-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.13%
GREEN value IS 191 (75% from 255) = 35.30%
BLUE value IS 187 (73.44% from 255) = 34.57%
R=30.13%
G=35.30%
B=34.57%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1631911870.1500.020.25171.4317.9569.41
HexA3BFBBF0219ab1245
Octal24327727317023125322105
Binary10100011101111111011101111110101100110101011100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3BFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3BFBB; }

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

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

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

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

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

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

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

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