Html Css Color HEX #A9BCB1 Loblolly

📋 copy color: '#A9BCB1'

red 169 ◦ green 188 ◦ blue 177

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

Shades of Loblolly #A9BCB1

Tints of Loblolly #A9BCB1

RGB

 RED value IS 169 (66.41% from 255) = 31.65%

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

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

R = 31.65%
G = 35.21%
B = 33.15%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#A9BCB1 (or 0xA9BCB1) is known color: Loblolly. HEX triplet: A9, BC and B1. RGB value is (169,188,177). Sum of RGB (Red+Green+Blue) = 169+188+177=534 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.65% from 534); Green value is 188 (73.83% from 255 or 35.21% from 534); Blue value is 177 (69.53% from 255 or 33.15% from 534); Max value from RGB is 188 - color contains mainly: green. Hex color #A9BCB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9BCB1 is #56434E. Grayscale: #B5B5B5. Windows color (decimal): -5653327 or 11648169. OLE color: 11648169.

HSL color Cylindrical-coordinate representation of color #A9BCB1: hue angle of 145.26º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A9BCB1 is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB 169 188 177 -
CMYK 0.10 0 0.06 0.26
HSL 145.26º 0.12% 0.7% -
HSV(B) 145.26º 0.1% 0.74% -
XYZ 42.28 47.58 48.55 -
YUV 181.07 125.71 119.39 -
System Red Green Blue C M Y K H S L
Decimal 169 188 177 0.10 0 0.06 0.26 145.26 0.12 0.7
Hex A9 BC B1 A 0 6 1A 91 C 46
Octal 251 274 261 12 0 6 32 221 14 106
Binary 10101001 10111100 10110001 1010 0 110 11010 10010001 1100 1000110

Color Harmonies of #A9BCB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9BCB1

Black with #A9BCB1

Text Example


Text Example

White with #A9BCB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9BCB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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