Html Css Color HEX #BF96AD Lily

📋 copy color: '#BF96AD'

red 191 ◦ green 150 ◦ blue 173

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

Shades of Lily #BF96AD

Tints of Lily #BF96AD

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.18%

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

R = 37.16%
G = 29.18%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#BF96AD (or 0xBF96AD) is known color: Lily. HEX triplet: BF, 96 and AD. RGB value is (191,150,173). Sum of RGB (Red+Green+Blue) = 191+150+173=514 (68% of max value = 765). Red value is 191 (75% from 255 or 37.16% from 514); Green value is 150 (58.98% from 255 or 29.18% from 514); Blue value is 173 (67.97% from 255 or 33.66% from 514); Max value from RGB is 191 - color contains mainly: red. Hex color #BF96AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF96AD is #406952. Grayscale: #A4A4A4. Windows color (decimal): -4221267 or 11376319. OLE color: 11376319.

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

Color convert

RGB 191 150 173 -
CMYK 0 0.21 0.09 0.25
HSL 326.34º 0.24% 0.67% -
HSV(B) 326.34º 0.21% 0.75% -
XYZ 39.94 35.91 44.36 -
YUV 164.88 132.58 146.63 -
System Red Green Blue C M Y K H S L
Decimal 191 150 173 0 0.21 0.09 0.25 326.34 0.24 0.67
Hex BF 96 AD 0 15 9 19 146 18 43
Octal 277 226 255 0 25 11 31 506 30 103
Binary 10111111 10010110 10101101 0 10101 1001 11001 101000110 11000 1000011

Color Harmonies of #BF96AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF96AD

Black with #BF96AD

Text Example


Text Example

White with #BF96AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF96AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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