#A8BBB7

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

Shades of Opal #A8BBB7

Tints of Opal #A8BBB7

Color information

#A8BBB7 (or 0xA8BBB7) is unknown color: approx Opal. HEX triplet: A8, BB and B7. RGB value is (168,187,183). Sum of RGB (Red+Green+Blue) = 168+187+183=538 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.23% from 538); Green value is 187 (73.44% from 255 or 34.76% from 538); Blue value is 183 (71.88% from 255 or 34.01% from 538); Max value from RGB is 187 - color contains mainly: green. Hex color #A8BBB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BBB7 is #574448. Grayscale: #B4B4B4. Windows color (decimal): -5719113 or 12041128. OLE color: 12041128.

HSL color Cylindrical-coordinate representation of color #A8BBB7: hue angle of 167.37º 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 #A8BBB7 is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB168187183-
CMYK0.1000.020.27
HSL167.37º12.26%69.61%-
HSV(B)167.37º10.16%73.33%-
XYZ42.4747.2851.69-
YUV180.86129.21118.83-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.23%
GREEN value IS 187 (73.44% from 255) = 34.76%
BLUE value IS 183 (71.88% from 255) = 34.01%
R=31.23%
G=34.76%
B=34.01%

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
Decimal1681871830.1000.020.27167.3712.2669.61
HexA8BBB7A021Ba7c46
Octal25027326712023324714106
Binary1010100010111011101101111010010110111010011111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BBB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BBB7; }

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

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

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

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

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

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

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

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