#A4BBB8

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

Shades of Opal #A4BBB8

Tints of Opal #A4BBB8

Color information

#A4BBB8 (or 0xA4BBB8) is unknown color: approx Opal. HEX triplet: A4, BB and B8. RGB value is (164,187,184). Sum of RGB (Red+Green+Blue) = 164+187+184=535 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.65% from 535); Green value is 187 (73.44% from 255 or 34.95% from 535); Blue value is 184 (72.27% from 255 or 34.39% from 535); Max value from RGB is 187 - color contains mainly: green. Hex color #A4BBB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4BBB8 is #5B4447. Grayscale: #B3B3B3. Windows color (decimal): -5981256 or 12106660. OLE color: 12106660.

HSL color Cylindrical-coordinate representation of color #A4BBB8: hue angle of 172.17º degrees, saturation: 0.14, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A4BBB8 is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB164187184-
CMYK0.1200.020.27
HSL172.17º14.47%68.82%-
HSV(B)172.17º12.3%73.33%-
XYZ41.7346.8952.2-
YUV179.78130.38116.74-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.65%
GREEN value IS 187 (73.44% from 255) = 34.95%
BLUE value IS 184 (72.27% from 255) = 34.39%
R=30.65%
G=34.95%
B=34.39%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1641871840.1200.020.27172.1714.4768.82
HexA4BBB8C021Bace45
Octal24427327014023325416105
Binary1010010010111011101110001100010110111010110011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BBB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BBB8; }

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

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

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

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

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

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

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

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