#A8BBB6

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

Shades of Opal #A8BBB6

Tints of Opal #A8BBB6

Color information

#A8BBB6 (or 0xA8BBB6) is unknown color: approx Opal. HEX triplet: A8, BB and B6. RGB value is (168,187,182). Sum of RGB (Red+Green+Blue) = 168+187+182=537 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.28% from 537); Green value is 187 (73.44% from 255 or 34.82% from 537); Blue value is 182 (71.48% from 255 or 33.89% from 537); Max value from RGB is 187 - color contains mainly: green. Hex color #A8BBB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BBB6 is #574449. Grayscale: #B4B4B4. Windows color (decimal): -5719114 or 11975592. OLE color: 11975592.

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

Color convert

RGB168187182-
CMYK0.1000.030.27
HSL164.21º12.26%69.61%-
HSV(B)164.21º10.16%73.33%-
XYZ42.3647.2451.14-
YUV180.75128.71118.91-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.28%
GREEN value IS 187 (73.44% from 255) = 34.82%
BLUE value IS 182 (71.48% from 255) = 33.89%
R=31.28%
G=34.82%
B=33.89%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1681871820.1000.030.27164.2112.2669.61
HexA8BBB6A031Ba4c46
Octal25027326612033324414106
Binary1010100010111011101101101010011110111010010011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BBB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BBB6; }

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

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

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

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

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

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

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

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