Html Css Color HEX #BFA0B7 Lily

📋 copy color: '#BFA0B7'

red 191 ◦ green 160 ◦ blue 183

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

Shades of Lily #BFA0B7

Tints of Lily #BFA0B7

RGB

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

 GREEN value IS 160 (62.89% from 255) = 29.96%

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

R = 35.77%
G = 29.96%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#BFA0B7 (or 0xBFA0B7) is known color: Lily. HEX triplet: BF, A0 and B7. RGB value is (191,160,183). Sum of RGB (Red+Green+Blue) = 191+160+183=534 (70% of max value = 765). Red value is 191 (75% from 255 or 35.77% from 534); Green value is 160 (62.89% from 255 or 29.96% from 534); Blue value is 183 (71.88% from 255 or 34.27% from 534); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA0B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA0B7 is #405F48. Grayscale: #ABABAB. Windows color (decimal): -4218697 or 12034239. OLE color: 12034239.

HSL color Cylindrical-coordinate representation of color #BFA0B7: hue angle of 315.48º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BFA0B7 is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 160 183 -
CMYK 0 0.16 0.04 0.25
HSL 315.48º 0.19% 0.69% -
HSV(B) 315.48º 0.16% 0.75% -
XYZ 42.6 39.64 50.2 -
YUV 171.89 134.27 141.63 -
System Red Green Blue C M Y K H S L
Decimal 191 160 183 0 0.16 0.04 0.25 315.48 0.19 0.69
Hex BF A0 B7 0 10 4 19 13B 13 45
Octal 277 240 267 0 20 4 31 473 23 105
Binary 10111111 10100000 10110111 0 10000 100 11001 100111011 10011 1000101

Color Harmonies of #BFA0B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA0B7

Black with #BFA0B7

Text Example


Text Example

White with #BFA0B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA0B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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