#A8BBB9

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

Shades of Opal #A8BBB9

Tints of Opal #A8BBB9

Color information

#A8BBB9 (or 0xA8BBB9) is unknown color: approx Opal. HEX triplet: A8, BB and B9. RGB value is (168,187,185). Sum of RGB (Red+Green+Blue) = 168+187+185=540 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.11% from 540); Green value is 187 (73.44% from 255 or 34.63% from 540); Blue value is 185 (72.66% from 255 or 34.26% from 540); Max value from RGB is 187 - color contains mainly: green. Hex color #A8BBB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BBB9 is #574446. Grayscale: #B5B5B5. Windows color (decimal): -5719111 or 12172200. OLE color: 12172200.

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

Color convert

RGB168187185-
CMYK0.1000.010.27
HSL173.68º12.26%69.61%-
HSV(B)173.68º10.16%73.33%-
XYZ42.6847.3752.79-
YUV181.09130.21118.66-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.11%
GREEN value IS 187 (73.44% from 255) = 34.63%
BLUE value IS 185 (72.66% from 255) = 34.26%
R=31.11%
G=34.63%
B=34.26%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1681871850.1000.010.27173.6812.2669.61
HexA8BBB9A011Baec46
Octal25027327112013325614106
Binary101010001011101110111001101001110111010111011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BBB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BBB9; }

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

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

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

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

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

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

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

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