Html Css Color HEX #BFAAB7 Lily

📋 copy color: '#BFAAB7'

red 191 ◦ green 170 ◦ blue 183

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

Shades of Lily #BFAAB7

Tints of Lily #BFAAB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 33.64%

R = 35.11%
G = 31.25%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#BFAAB7 (or 0xBFAAB7) is known color: Lily. HEX triplet: BF, AA and B7. RGB value is (191,170,183). Sum of RGB (Red+Green+Blue) = 191+170+183=544 (72% of max value = 765). Red value is 191 (75% from 255 or 35.11% from 544); Green value is 170 (66.80% from 255 or 31.25% from 544); Blue value is 183 (71.88% from 255 or 33.64% from 544); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAAB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFAAB7 is #405548. Grayscale: #B1B1B1. Windows color (decimal): -4216137 or 12036799. OLE color: 12036799.

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

Color convert

RGB 191 170 183 -
CMYK 0 0.11 0.04 0.25
HSL 322.86º 0.14% 0.71% -
HSV(B) 322.86º 0.11% 0.75% -
XYZ 44.41 43.24 50.81 -
YUV 177.76 130.96 137.44 -
System Red Green Blue C M Y K H S L
Decimal 191 170 183 0 0.11 0.04 0.25 322.86 0.14 0.71
Hex BF AA B7 0 B 4 19 143 E 47
Octal 277 252 267 0 13 4 31 503 16 107
Binary 10111111 10101010 10110111 0 1011 100 11001 101000011 1110 1000111

Color Harmonies of #BFAAB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAAB7

Black with #BFAAB7

Text Example


Text Example

White with #BFAAB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAAB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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