#A8BBB8

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

Shades of Opal #A8BBB8

Tints of Opal #A8BBB8

Color information

#A8BBB8 (or 0xA8BBB8) is unknown color: approx Opal. HEX triplet: A8, BB and B8. RGB value is (168,187,184). Sum of RGB (Red+Green+Blue) = 168+187+184=539 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.17% from 539); Green value is 187 (73.44% from 255 or 34.69% from 539); Blue value is 184 (72.27% from 255 or 34.14% from 539); Max value from RGB is 187 - color contains mainly: green. Hex color #A8BBB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BBB8 is #574447. Grayscale: #B4B4B4. Windows color (decimal): -5719112 or 12106664. OLE color: 12106664.

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

Color convert

RGB168187184-
CMYK0.1000.020.27
HSL170.53º12.26%69.61%-
HSV(B)170.53º10.16%73.33%-
XYZ42.5747.3352.24-
YUV180.98129.71118.74-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.17%
GREEN value IS 187 (73.44% from 255) = 34.69%
BLUE value IS 184 (72.27% from 255) = 34.14%
R=31.17%
G=34.69%
B=34.14%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1681871840.1000.020.27170.5312.2669.61
HexA8BBB8A021Babc46
Octal25027327012023325314106
Binary1010100010111011101110001010010110111010101111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BBB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BBB8; }

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

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

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

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

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

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

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

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