Html Css Color HEX #BF96AB Lily

📋 copy color: '#BF96AB'

red 191 ◦ green 150 ◦ blue 171

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

Shades of Lily #BF96AB

Tints of Lily #BF96AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 33.4%

R = 37.3%
G = 29.3%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#BF96AB (or 0xBF96AB) is known color: Lily. HEX triplet: BF, 96 and AB. RGB value is (191,150,171). Sum of RGB (Red+Green+Blue) = 191+150+171=512 (67% of max value = 765). Red value is 191 (75% from 255 or 37.30% from 512); Green value is 150 (58.98% from 255 or 29.30% from 512); Blue value is 171 (67.19% from 255 or 33.40% from 512); Max value from RGB is 191 - color contains mainly: red. Hex color #BF96AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF96AB is #406954. Grayscale: #A4A4A4. Windows color (decimal): -4221269 or 11245247. OLE color: 11245247.

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

Color convert

RGB 191 150 171 -
CMYK 0 0.21 0.10 0.25
HSL 329.27º 0.24% 0.67% -
HSV(B) 329.27º 0.21% 0.75% -
XYZ 39.74 35.83 43.35 -
YUV 164.65 131.58 146.79 -
System Red Green Blue C M Y K H S L
Decimal 191 150 171 0 0.21 0.10 0.25 329.27 0.24 0.67
Hex BF 96 AB 0 15 A 19 149 18 43
Octal 277 226 253 0 25 12 31 511 30 103
Binary 10111111 10010110 10101011 0 10101 1010 11001 101001001 11000 1000011

Color Harmonies of #BF96AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF96AB

Black with #BF96AB

Text Example


Text Example

White with #BF96AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF96AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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