#A4BFBA

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

Shades of Opal #A4BFBA

Tints of Opal #A4BFBA

Color information

#A4BFBA (or 0xA4BFBA) is unknown color: approx Opal. HEX triplet: A4, BF and BA. RGB value is (164,191,186). Sum of RGB (Red+Green+Blue) = 164+191+186=541 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.31% from 541); Green value is 191 (75% from 255 or 35.30% from 541); Blue value is 186 (73.05% from 255 or 34.38% from 541); Max value from RGB is 191 - color contains mainly: green. Hex color #A4BFBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4BFBA is #5B4045. Grayscale: #B6B6B6. Windows color (decimal): -5980230 or 12238756. OLE color: 12238756.

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

Color convert

RGB164191186-
CMYK0.1400.030.25
HSL168.89º17.42%69.61%-
HSV(B)168.89º14.14%74.9%-
XYZ42.848.753.6-
YUV182.36130.05114.91-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.31%
GREEN value IS 191 (75% from 255) = 35.30%
BLUE value IS 186 (73.05% from 255) = 34.38%
R=30.31%
G=35.30%
B=34.38%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1641911860.1400.030.25168.8917.4269.61
HexA4BFBAE0319a91146
Octal24427727216033125121106
Binary10100100101111111011101011100111100110101001100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BFBA; }

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

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

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

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

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

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

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

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