Html Css Color HEX #A8BCB1 Loblolly

📋 copy color: '#A8BCB1'

red 168 ◦ green 188 ◦ blue 177

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

Shades of Loblolly #A8BCB1

Tints of Loblolly #A8BCB1

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.27%

 BLUE value IS 177 (69.53% from 255) = 33.21%

R = 31.52%
G = 35.27%
B = 33.21%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#A8BCB1 (or 0xA8BCB1) is known color: Loblolly. HEX triplet: A8, BC and B1. RGB value is (168,188,177). Sum of RGB (Red+Green+Blue) = 168+188+177=533 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.52% from 533); Green value is 188 (73.83% from 255 or 35.27% from 533); Blue value is 177 (69.53% from 255 or 33.21% from 533); Max value from RGB is 188 - color contains mainly: green. Hex color #A8BCB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BCB1 is #57434E. Grayscale: #B4B4B4. Windows color (decimal): -5718863 or 11648168. OLE color: 11648168.

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

Color convert

RGB 168 188 177 -
CMYK 0.11 0 0.06 0.26
HSL 147º 0.13% 0.7% -
HSV(B) 147º 0.11% 0.74% -
XYZ 42.07 47.47 48.54 -
YUV 180.77 125.87 118.89 -
System Red Green Blue C M Y K H S L
Decimal 168 188 177 0.11 0 0.06 0.26 147 0.13 0.7
Hex A8 BC B1 B 0 6 1A 93 D 46
Octal 250 274 261 13 0 6 32 223 15 106
Binary 10101000 10111100 10110001 1011 0 110 11010 10010011 1101 1000110

Color Harmonies of #A8BCB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BCB1

Black with #A8BCB1

Text Example


Text Example

White with #A8BCB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BCB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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