Html Css Color HEX #A9BFB2 Loblolly

📋 copy color: '#A9BFB2'

red 169 ◦ green 191 ◦ blue 178

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

Shades of Loblolly #A9BFB2

Tints of Loblolly #A9BFB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 33.09%

R = 31.41%
G = 35.5%
B = 33.09%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#A9BFB2 (or 0xA9BFB2) is known color: Loblolly. HEX triplet: A9, BF and B2. RGB value is (169,191,178). Sum of RGB (Red+Green+Blue) = 169+191+178=538 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.41% from 538); Green value is 191 (75% from 255 or 35.50% from 538); Blue value is 178 (69.92% from 255 or 33.09% from 538); Max value from RGB is 191 - color contains mainly: green. Hex color #A9BFB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9BFB2 is #56404D. Grayscale: #B6B6B6. Windows color (decimal): -5652558 or 11714473. OLE color: 11714473.

HSL color Cylindrical-coordinate representation of color #A9BFB2: hue angle of 144.55º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A9BFB2 is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB 169 191 178 -
CMYK 0.12 0 0.07 0.25
HSL 144.55º 0.15% 0.71% -
HSV(B) 144.55º 0.12% 0.75% -
XYZ 43.03 48.91 49.29 -
YUV 182.94 125.21 118.06 -
System Red Green Blue C M Y K H S L
Decimal 169 191 178 0.12 0 0.07 0.25 144.55 0.15 0.71
Hex A9 BF B2 C 0 7 19 91 F 47
Octal 251 277 262 14 0 7 31 221 17 107
Binary 10101001 10111111 10110010 1100 0 111 11001 10010001 1111 1000111

Color Harmonies of #A9BFB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9BFB2

Black with #A9BFB2

Text Example


Text Example

White with #A9BFB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9BFB2; }

 p { color: rgb(169,191,178); }

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

background-color css

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

 a { background-color: rgb(169,191,178); }

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

border-color css

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

 span { border-color: rgb(169,191,178); }

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