#A4BFBB

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

Shades of Opal #A4BFBB

Tints of Opal #A4BFBB

Color information

#A4BFBB (or 0xA4BFBB) is unknown color: approx Opal. HEX triplet: A4, BF and BB. RGB value is (164,191,187). Sum of RGB (Red+Green+Blue) = 164+191+187=542 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.26% from 542); Green value is 191 (75% from 255 or 35.24% from 542); Blue value is 187 (73.44% from 255 or 34.50% from 542); Max value from RGB is 191 - color contains mainly: green. Hex color #A4BFBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4BFBB is #5B4044. Grayscale: #B6B6B6. Windows color (decimal): -5980229 or 12304292. OLE color: 12304292.

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

Color convert

RGB164191187-
CMYK0.1400.020.25
HSL171.11º17.42%69.61%-
HSV(B)171.11º14.14%74.9%-
XYZ42.9148.7454.16-
YUV182.47130.55114.83-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.26%
GREEN value IS 191 (75% from 255) = 35.24%
BLUE value IS 187 (73.44% from 255) = 34.50%
R=30.26%
G=35.24%
B=34.50%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1641911870.1400.020.25171.1117.4269.61
HexA4BFBBE0219ab1146
Octal24427727316023125321106
Binary10100100101111111011101111100101100110101011100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BFBB; }

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

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

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

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

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

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

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

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