Html Css Color HEX #BF9BB1 Lily

📋 copy color: '#BF9BB1'

red 191 ◦ green 155 ◦ blue 177

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

Shades of Lily #BF9BB1

Tints of Lily #BF9BB1

RGB

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

 GREEN value IS 155 (60.94% from 255) = 29.64%

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

R = 36.52%
G = 29.64%
B = 33.84%

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

#BF9BB1 (or 0xBF9BB1) is known color: Lily. HEX triplet: BF, 9B and B1. RGB value is (191,155,177). Sum of RGB (Red+Green+Blue) = 191+155+177=523 (69% of max value = 765). Red value is 191 (75% from 255 or 36.52% from 523); Green value is 155 (60.94% from 255 or 29.64% from 523); Blue value is 177 (69.53% from 255 or 33.84% from 523); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9BB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9BB1 is #40644E. Grayscale: #A8A8A8. Windows color (decimal): -4219983 or 11639743. OLE color: 11639743.

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

Color convert

RGB 191 155 177 -
CMYK 0 0.19 0.07 0.25
HSL 323.33º 0.22% 0.68% -
HSV(B) 323.33º 0.19% 0.75% -
XYZ 41.14 37.69 46.7 -
YUV 168.27 132.93 144.21 -
System Red Green Blue C M Y K H S L
Decimal 191 155 177 0 0.19 0.07 0.25 323.33 0.22 0.68
Hex BF 9B B1 0 13 7 19 143 16 44
Octal 277 233 261 0 23 7 31 503 26 104
Binary 10111111 10011011 10110001 0 10011 111 11001 101000011 10110 1000100

Color Harmonies of #BF9BB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9BB1

Black with #BF9BB1

Text Example


Text Example

White with #BF9BB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9BB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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