Html Css Color HEX #BFAAB2 Lily

📋 copy color: '#BFAAB2'

red 191 ◦ green 170 ◦ blue 178

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

Shades of Lily #BFAAB2

Tints of Lily #BFAAB2

RGB

 RED value IS 191 (75% from 255) = 35.44%

 GREEN value IS 170 (66.8% from 255) = 31.54%

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

R = 35.44%
G = 31.54%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#BFAAB2 (or 0xBFAAB2) is known color: Lily. HEX triplet: BF, AA and B2. RGB value is (191,170,178). Sum of RGB (Red+Green+Blue) = 191+170+178=539 (71% of max value = 765). Red value is 191 (75% from 255 or 35.44% from 539); Green value is 170 (66.80% from 255 or 31.54% from 539); Blue value is 178 (69.92% from 255 or 33.02% from 539); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAAB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAAB2 is #40554D. Grayscale: #B1B1B1. Windows color (decimal): -4216142 or 11709119. OLE color: 11709119.

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

Color convert

RGB 191 170 178 -
CMYK 0 0.11 0.07 0.25
HSL 337.14º 0.14% 0.71% -
HSV(B) 337.14º 0.11% 0.75% -
XYZ 43.9 43.04 48.11 -
YUV 177.19 128.46 137.85 -
System Red Green Blue C M Y K H S L
Decimal 191 170 178 0 0.11 0.07 0.25 337.14 0.14 0.71
Hex BF AA B2 0 B 7 19 151 E 47
Octal 277 252 262 0 13 7 31 521 16 107
Binary 10111111 10101010 10110010 0 1011 111 11001 101010001 1110 1000111

Color Harmonies of #BFAAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAAB2

Black with #BFAAB2

Text Example


Text Example

White with #BFAAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAAB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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