#A4BEB7

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

Shades of Opal #A4BEB7

Tints of Opal #A4BEB7

Color information

#A4BEB7 (or 0xA4BEB7) is unknown color: approx Opal. HEX triplet: A4, BE and B7. RGB value is (164,190,183). Sum of RGB (Red+Green+Blue) = 164+190+183=537 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.54% from 537); Green value is 190 (74.61% from 255 or 35.38% from 537); Blue value is 183 (71.88% from 255 or 34.08% from 537); Max value from RGB is 190 - color contains mainly: green. Hex color #A4BEB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4BEB7 is #5B4148. Grayscale: #B5B5B5. Windows color (decimal): -5980489 or 12041892. OLE color: 12041892.

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

Color convert

RGB164190183-
CMYK0.1400.040.25
HSL163.85º16.67%69.41%-
HSV(B)163.85º13.68%74.51%-
XYZ42.2748.1451.86-
YUV181.43128.89115.57-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.54%
GREEN value IS 190 (74.61% from 255) = 35.38%
BLUE value IS 183 (71.88% from 255) = 34.08%
R=30.54%
G=35.38%
B=34.08%

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
Decimal1641901830.1400.040.25163.8516.6769.41
HexA4BEB7E0419a41145
Octal24427626716043124421105
Binary101001001011111010110111111001001100110100100100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BEB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BEB7; }

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

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

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

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

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

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

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

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