#A4BEB6

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

Shades of Opal #A4BEB6

Tints of Opal #A4BEB6

Color information

#A4BEB6 (or 0xA4BEB6) is unknown color: approx Opal. HEX triplet: A4, BE and B6. RGB value is (164,190,182). Sum of RGB (Red+Green+Blue) = 164+190+182=536 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.60% from 536); Green value is 190 (74.61% from 255 or 35.45% from 536); Blue value is 182 (71.48% from 255 or 33.96% from 536); Max value from RGB is 190 - color contains mainly: green. Hex color #A4BEB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4BEB6 is #5B4149. Grayscale: #B5B5B5. Windows color (decimal): -5980490 or 11976356. OLE color: 11976356.

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

Color convert

RGB164190182-
CMYK0.1400.040.25
HSL161.54º16.67%69.41%-
HSV(B)161.54º13.68%74.51%-
XYZ42.1748.151.32-
YUV181.31128.39115.65-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.60%
GREEN value IS 190 (74.61% from 255) = 35.45%
BLUE value IS 182 (71.48% from 255) = 33.96%
R=30.60%
G=35.45%
B=33.96%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1641901820.1400.040.25161.5416.6769.41
HexA4BEB6E0419a21145
Octal24427626616043124221105
Binary101001001011111010110110111001001100110100010100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BEB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BEB6; }

 p { color: rgb(164,190,182); }

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

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

 a { background-color: rgb(164,190,182); }

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

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

 span { border-color: rgb(164,190,182); }

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