#A8BFBC

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

Shades of Opal #A8BFBC

Tints of Opal #A8BFBC

Color information

#A8BFBC (or 0xA8BFBC) is unknown color: approx Opal. HEX triplet: A8, BF and BC. RGB value is (168,191,188). Sum of RGB (Red+Green+Blue) = 168+191+188=547 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.71% from 547); Green value is 191 (75% from 255 or 34.92% from 547); Blue value is 188 (73.83% from 255 or 34.37% from 547); Max value from RGB is 191 - color contains mainly: green. Hex color #A8BFBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BFBC is #574043. Grayscale: #B7B7B7. Windows color (decimal): -5718084 or 12369832. OLE color: 12369832.

HSL color Cylindrical-coordinate representation of color #A8BFBC: hue angle of 172.17º degrees, saturation: 0.15, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A8BFBC is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB168191188-
CMYK0.1200.020.25
HSL172.17º15.23%70.39%-
HSV(B)172.17º12.04%74.9%-
XYZ43.8649.2254.77-
YUV183.78130.38116.74-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.71%
GREEN value IS 191 (75% from 255) = 34.92%
BLUE value IS 188 (73.83% from 255) = 34.37%
R=30.71%
G=34.92%
B=34.37%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1681911880.1200.020.25172.1715.2370.39
HexA8BFBCC0219acf46
Octal25027727414023125417106
Binary1010100010111111101111001100010110011010110011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BFBC; }

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

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

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

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

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

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

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

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