Html Css Color HEX #BF92AD Lily

📋 copy color: '#BF92AD'

red 191 ◦ green 146 ◦ blue 173

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

Shades of Lily #BF92AD

Tints of Lily #BF92AD

RGB

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

 GREEN value IS 146 (57.42% from 255) = 28.63%

 BLUE value IS 173 (67.97% from 255) = 33.92%

R = 37.45%
G = 28.63%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#BF92AD (or 0xBF92AD) is known color: Lily. HEX triplet: BF, 92 and AD. RGB value is (191,146,173). Sum of RGB (Red+Green+Blue) = 191+146+173=510 (67% of max value = 765). Red value is 191 (75% from 255 or 37.45% from 510); Green value is 146 (57.42% from 255 or 28.63% from 510); Blue value is 173 (67.97% from 255 or 33.92% from 510); Max value from RGB is 191 - color contains mainly: red. Hex color #BF92AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF92AD is #406D52. Grayscale: #A2A2A2. Windows color (decimal): -4222291 or 11375295. OLE color: 11375295.

HSL color Cylindrical-coordinate representation of color #BF92AD: hue angle of 324º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BF92AD is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 146 173 -
CMYK 0 0.24 0.09 0.25
HSL 324º 0.26% 0.66% -
HSV(B) 324º 0.24% 0.75% -
XYZ 39.31 34.65 44.15 -
YUV 162.53 133.91 148.3 -
System Red Green Blue C M Y K H S L
Decimal 191 146 173 0 0.24 0.09 0.25 324 0.26 0.66
Hex BF 92 AD 0 18 9 19 144 1A 42
Octal 277 222 255 0 30 11 31 504 32 102
Binary 10111111 10010010 10101101 0 11000 1001 11001 101000100 11010 1000010

Color Harmonies of #BF92AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF92AD

Black with #BF92AD

Text Example


Text Example

White with #BF92AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF92AD; }

 p { color: rgb(191,146,173); }

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

background-color css

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

 a { background-color: rgb(191,146,173); }

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

border-color css

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

 span { border-color: rgb(191,146,173); }

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