Html Css Color HEX #A8BFB3 Loblolly

📋 copy color: '#A8BFB3'

red 168 ◦ green 191 ◦ blue 179

#A8BFB3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Loblolly #A8BFB3

Tints of Loblolly #A8BFB3

RGB

 RED value IS 168 (66.02% from 255) = 31.23%

 GREEN value IS 191 (75% from 255) = 35.5%

 BLUE value IS 179 (70.31% from 255) = 33.27%

R = 31.23%
G = 35.5%
B = 33.27%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#A8BFB3 (or 0xA8BFB3) is known color: Loblolly. HEX triplet: A8, BF and B3. RGB value is (168,191,179). Sum of RGB (Red+Green+Blue) = 168+191+179=538 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.23% from 538); Green value is 191 (75% from 255 or 35.50% from 538); Blue value is 179 (70.31% from 255 or 33.27% from 538); Max value from RGB is 191 - color contains mainly: green. Hex color #A8BFB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BFB3 is #57404C. Grayscale: #B6B6B6. Windows color (decimal): -5718093 or 11780008. OLE color: 11780008.

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

Color convert

RGB 168 191 179 -
CMYK 0.12 0 0.06 0.25
HSL 148.7º 0.15% 0.7% -
HSV(B) 148.7º 0.12% 0.75% -
XYZ 42.92 48.84 49.81 -
YUV 182.76 125.88 117.48 -
System Red Green Blue C M Y K H S L
Decimal 168 191 179 0.12 0 0.06 0.25 148.7 0.15 0.7
Hex A8 BF B3 C 0 6 19 95 F 46
Octal 250 277 263 14 0 6 31 225 17 106
Binary 10101000 10111111 10110011 1100 0 110 11001 10010101 1111 1000110

Color Harmonies of #A8BFB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BFB3

Black with #A8BFB3

Text Example


Text Example

White with #A8BFB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BFB3; }

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

 H1.HeaderClassName
 {
   color: #A8BFB3;
 }
 .AnyTagClassName
 {
   color: #A8BFB3;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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