Html Css Color HEX #BFAAB3 Lily

📋 copy color: '#BFAAB3'

red 191 ◦ green 170 ◦ blue 179

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

Shades of Lily #BFAAB3

Tints of Lily #BFAAB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 33.15%

R = 35.37%
G = 31.48%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#BFAAB3 (or 0xBFAAB3) is known color: Lily. HEX triplet: BF, AA and B3. RGB value is (191,170,179). Sum of RGB (Red+Green+Blue) = 191+170+179=540 (71% of max value = 765). Red value is 191 (75% from 255 or 35.37% from 540); Green value is 170 (66.80% from 255 or 31.48% from 540); Blue value is 179 (70.31% from 255 or 33.15% from 540); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAAB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFAAB3 is #40554C. Grayscale: #B1B1B1. Windows color (decimal): -4216141 or 11774655. OLE color: 11774655.

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

Color convert

RGB 191 170 179 -
CMYK 0 0.11 0.06 0.25
HSL 334.29º 0.14% 0.71% -
HSV(B) 334.29º 0.11% 0.75% -
XYZ 44 43.08 48.64 -
YUV 177.31 128.96 137.77 -
System Red Green Blue C M Y K H S L
Decimal 191 170 179 0 0.11 0.06 0.25 334.29 0.14 0.71
Hex BF AA B3 0 B 6 19 14E E 47
Octal 277 252 263 0 13 6 31 516 16 107
Binary 10111111 10101010 10110011 0 1011 110 11001 101001110 1110 1000111

Color Harmonies of #BFAAB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAAB3

Black with #BFAAB3

Text Example


Text Example

White with #BFAAB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAAB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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