#A8BFBB

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

Shades of Opal #A8BFBB

Tints of Opal #A8BFBB

Color information

#A8BFBB (or 0xA8BFBB) is unknown color: approx Opal. HEX triplet: A8, BF and BB. RGB value is (168,191,187). Sum of RGB (Red+Green+Blue) = 168+191+187=546 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.77% from 546); Green value is 191 (75% from 255 or 34.98% from 546); Blue value is 187 (73.44% from 255 or 34.25% from 546); Max value from RGB is 191 - color contains mainly: green. Hex color #A8BFBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BFBB is #574044. Grayscale: #B7B7B7. Windows color (decimal): -5718085 or 12304296. OLE color: 12304296.

HSL color Cylindrical-coordinate representation of color #A8BFBB: hue angle of 169.57º 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 #A8BFBB is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB168191187-
CMYK0.1200.020.25
HSL169.57º15.23%70.39%-
HSV(B)169.57º12.04%74.9%-
XYZ43.7549.1754.2-
YUV183.67129.88116.83-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.77%
GREEN value IS 191 (75% from 255) = 34.98%
BLUE value IS 187 (73.44% from 255) = 34.25%
R=30.77%
G=34.98%
B=34.25%

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
Decimal1681911870.1200.020.25169.5715.2370.39
HexA8BFBBC0219aaf46
Octal25027727314023125217106
Binary1010100010111111101110111100010110011010101011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BFBB; }

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

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

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

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

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

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

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

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