Html Css Color HEX #BFAAB4 Lily

📋 copy color: '#BFAAB4'

red 191 ◦ green 170 ◦ blue 180

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

Shades of Lily #BFAAB4

Tints of Lily #BFAAB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 33.27%

R = 35.3%
G = 31.42%
B = 33.27%

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

#BFAAB4 (or 0xBFAAB4) is known color: Lily. HEX triplet: BF, AA and B4. RGB value is (191,170,180). Sum of RGB (Red+Green+Blue) = 191+170+180=541 (71% of max value = 765). Red value is 191 (75% from 255 or 35.30% from 541); Green value is 170 (66.80% from 255 or 31.42% from 541); Blue value is 180 (70.70% from 255 or 33.27% from 541); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAAB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFAAB4 is #40554B. Grayscale: #B1B1B1. Windows color (decimal): -4216140 or 11840191. OLE color: 11840191.

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

Color convert

RGB 191 170 180 -
CMYK 0 0.11 0.06 0.25
HSL 331.43º 0.14% 0.71% -
HSV(B) 331.43º 0.11% 0.75% -
XYZ 44.1 43.12 49.18 -
YUV 177.42 129.46 137.69 -
System Red Green Blue C M Y K H S L
Decimal 191 170 180 0 0.11 0.06 0.25 331.43 0.14 0.71
Hex BF AA B4 0 B 6 19 14B E 47
Octal 277 252 264 0 13 6 31 513 16 107
Binary 10111111 10101010 10110100 0 1011 110 11001 101001011 1110 1000111

Color Harmonies of #BFAAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAAB4

Black with #BFAAB4

Text Example


Text Example

White with #BFAAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAAB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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