Html Css Color HEX #BF9AB1 Lily

📋 copy color: '#BF9AB1'

red 191 ◦ green 154 ◦ blue 177

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

Shades of Lily #BF9AB1

Tints of Lily #BF9AB1

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.5%

 BLUE value IS 177 (69.53% from 255) = 33.91%

R = 36.59%
G = 29.5%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#BF9AB1 (or 0xBF9AB1) is known color: Lily. HEX triplet: BF, 9A and B1. RGB value is (191,154,177). Sum of RGB (Red+Green+Blue) = 191+154+177=522 (69% of max value = 765). Red value is 191 (75% from 255 or 36.59% from 522); Green value is 154 (60.55% from 255 or 29.50% from 522); Blue value is 177 (69.53% from 255 or 33.91% from 522); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9AB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9AB1 is #40654E. Grayscale: #A7A7A7. Windows color (decimal): -4220239 or 11639487. OLE color: 11639487.

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

Color convert

RGB 191 154 177 -
CMYK 0 0.19 0.07 0.25
HSL 322.7º 0.22% 0.68% -
HSV(B) 322.7º 0.19% 0.75% -
XYZ 40.98 37.36 46.65 -
YUV 167.69 133.26 144.63 -
System Red Green Blue C M Y K H S L
Decimal 191 154 177 0 0.19 0.07 0.25 322.7 0.22 0.68
Hex BF 9A B1 0 13 7 19 143 16 44
Octal 277 232 261 0 23 7 31 503 26 104
Binary 10111111 10011010 10110001 0 10011 111 11001 101000011 10110 1000100

Color Harmonies of #BF9AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9AB1

Black with #BF9AB1

Text Example


Text Example

White with #BF9AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9AB1; }

 p { color: rgb(191,154,177); }

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

background-color css

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

 a { background-color: rgb(191,154,177); }

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

border-color css

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

 span { border-color: rgb(191,154,177); }

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