#A8BFB1

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

Shades of Loblolly #A8BFB1

Tints of Loblolly #A8BFB1

Color information

#A8BFB1 (or 0xA8BFB1) is unknown color: approx Loblolly. HEX triplet: A8, BF and B1. RGB value is (168,191,177). Sum of RGB (Red+Green+Blue) = 168+191+177=536 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.34% from 536); Green value is 191 (75% from 255 or 35.63% from 536); Blue value is 177 (69.53% from 255 or 33.02% from 536); Max value from RGB is 191 - color contains mainly: green. Hex color #A8BFB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BFB1 is #57404E. Grayscale: #B6B6B6. Windows color (decimal): -5718095 or 11648936. OLE color: 11648936.

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

Color convert

RGB168191177-
CMYK0.1200.070.25
HSL143.48º15.23%70.39%-
HSV(B)143.48º12.04%74.9%-
XYZ42.7248.7648.76-
YUV182.53124.88117.64-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.34%
GREEN value IS 191 (75% from 255) = 35.63%
BLUE value IS 177 (69.53% from 255) = 33.02%
R=31.34%
G=35.63%
B=33.02%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1681911770.1200.070.25143.4815.2370.39
HexA8BFB1C07198ff46
Octal25027726114073121717106
Binary10101000101111111011000111000111110011000111111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BFB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BFB1; }

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

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

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

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

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

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

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

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