Html Css Color HEX #BFACB7 Lily

📋 copy color: '#BFACB7'

red 191 ◦ green 172 ◦ blue 183

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

Shades of Lily #BFACB7

Tints of Lily #BFACB7

RGB

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

 GREEN value IS 172 (67.58% from 255) = 31.5%

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

R = 34.98%
G = 31.5%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#BFACB7 (or 0xBFACB7) is known color: Lily. HEX triplet: BF, AC and B7. RGB value is (191,172,183). Sum of RGB (Red+Green+Blue) = 191+172+183=546 (72% of max value = 765). Red value is 191 (75% from 255 or 34.98% from 546); Green value is 172 (67.58% from 255 or 31.50% from 546); Blue value is 183 (71.88% from 255 or 33.52% from 546); Max value from RGB is 191 - color contains mainly: red. Hex color #BFACB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFACB7 is #405348. Grayscale: #B2B2B2. Windows color (decimal): -4215625 or 12037311. OLE color: 12037311.

HSL color Cylindrical-coordinate representation of color #BFACB7: hue angle of 325.26º degrees, saturation: 0.13, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BFACB7 is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 172 183 -
CMYK 0 0.10 0.04 0.25
HSL 325.26º 0.13% 0.71% -
HSV(B) 325.26º 0.1% 0.75% -
XYZ 44.79 44 50.93 -
YUV 178.94 130.29 136.61 -
System Red Green Blue C M Y K H S L
Decimal 191 172 183 0 0.10 0.04 0.25 325.26 0.13 0.71
Hex BF AC B7 0 A 4 19 145 D 47
Octal 277 254 267 0 12 4 31 505 15 107
Binary 10111111 10101100 10110111 0 1010 100 11001 101000101 1101 1000111

Color Harmonies of #BFACB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFACB7

Black with #BFACB7

Text Example


Text Example

White with #BFACB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFACB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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