#A8BCBA

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

Shades of Opal #A8BCBA

Tints of Opal #A8BCBA

Color information

#A8BCBA (or 0xA8BCBA) is unknown color: approx Opal. HEX triplet: A8, BC and BA. RGB value is (168,188,186). Sum of RGB (Red+Green+Blue) = 168+188+186=542 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.00% from 542); Green value is 188 (73.83% from 255 or 34.69% from 542); Blue value is 186 (73.05% from 255 or 34.32% from 542); Max value from RGB is 188 - color contains mainly: green. Hex color #A8BCBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BCBA is #574345. Grayscale: #B5B5B5. Windows color (decimal): -5718854 or 12237992. OLE color: 12237992.

HSL color Cylindrical-coordinate representation of color #A8BCBA: hue angle of 174º degrees, saturation: 0.13, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A8BCBA is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB168188186-
CMYK0.1100.010.26
HSL174º12.99%69.8%-
HSV(B)174º10.64%73.73%-
XYZ42.9947.8453.42-
YUV181.79130.37118.16-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.00%
GREEN value IS 188 (73.83% from 255) = 34.69%
BLUE value IS 186 (73.05% from 255) = 34.32%
R=31.00%
G=34.69%
B=34.32%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1681881860.1100.010.2617412.9969.8
HexA8BCBAB011Aaed46
Octal25027427213013225615106
Binary101010001011110010111010101101110101010111011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BCBA; }

 p { color: rgb(168,188,186); }

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

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

 a { background-color: rgb(168,188,186); }

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

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

 span { border-color: rgb(168,188,186); }

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