Html Css Color HEX #BF9DAB Lily

📋 copy color: '#BF9DAB'

red 191 ◦ green 157 ◦ blue 171

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

Shades of Lily #BF9DAB

Tints of Lily #BF9DAB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 30.25%

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

R = 36.8%
G = 30.25%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#BF9DAB (or 0xBF9DAB) is known color: Lily. HEX triplet: BF, 9D and AB. RGB value is (191,157,171). Sum of RGB (Red+Green+Blue) = 191+157+171=519 (68% of max value = 765). Red value is 191 (75% from 255 or 36.80% from 519); Green value is 157 (61.72% from 255 or 30.25% from 519); Blue value is 171 (67.19% from 255 or 32.95% from 519); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9DAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9DAB is #406254. Grayscale: #A8A8A8. Windows color (decimal): -4219477 or 11247039. OLE color: 11247039.

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

Color convert

RGB 191 157 171 -
CMYK 0 0.18 0.10 0.25
HSL 335.29º 0.21% 0.68% -
HSV(B) 335.29º 0.18% 0.75% -
XYZ 40.89 38.13 43.73 -
YUV 168.76 129.26 143.86 -
System Red Green Blue C M Y K H S L
Decimal 191 157 171 0 0.18 0.10 0.25 335.29 0.21 0.68
Hex BF 9D AB 0 12 A 19 14F 15 44
Octal 277 235 253 0 22 12 31 517 25 104
Binary 10111111 10011101 10101011 0 10010 1010 11001 101001111 10101 1000100

Color Harmonies of #BF9DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9DAB

Black with #BF9DAB

Text Example


Text Example

White with #BF9DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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