#A6BBB8

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

Shades of Opal #A6BBB8

Tints of Opal #A6BBB8

Color information

#A6BBB8 (or 0xA6BBB8) is unknown color: approx Opal. HEX triplet: A6, BB and B8. RGB value is (166,187,184). Sum of RGB (Red+Green+Blue) = 166+187+184=537 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.91% from 537); Green value is 187 (73.44% from 255 or 34.82% from 537); Blue value is 184 (72.27% from 255 or 34.26% from 537); Max value from RGB is 187 - color contains mainly: green. Hex color #A6BBB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BBB8 is #594447. Grayscale: #B4B4B4. Windows color (decimal): -5850184 or 12106662. OLE color: 12106662.

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

Color convert

RGB166187184-
CMYK0.1100.020.27
HSL171.43º13.38%69.22%-
HSV(B)171.43º11.23%73.33%-
XYZ42.1547.1152.22-
YUV180.38130.04117.74-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.91%
GREEN value IS 187 (73.44% from 255) = 34.82%
BLUE value IS 184 (72.27% from 255) = 34.26%
R=30.91%
G=34.82%
B=34.26%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1661871840.1100.020.27171.4313.3869.22
HexA6BBB8B021Babd45
Octal24627327013023325315105
Binary1010011010111011101110001011010110111010101111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BBB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BBB8; }

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

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

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

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

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

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

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

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