Html Css Color HEX #BF9BB2 Lily

📋 copy color: '#BF9BB2'

red 191 ◦ green 155 ◦ blue 178

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

Shades of Lily #BF9BB2

Tints of Lily #BF9BB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 33.97%

R = 36.45%
G = 29.58%
B = 33.97%

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

#BF9BB2 (or 0xBF9BB2) is known color: Lily. HEX triplet: BF, 9B and B2. RGB value is (191,155,178). Sum of RGB (Red+Green+Blue) = 191+155+178=524 (69% of max value = 765). Red value is 191 (75% from 255 or 36.45% from 524); Green value is 155 (60.94% from 255 or 29.58% from 524); Blue value is 178 (69.92% from 255 or 33.97% from 524); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9BB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9BB2 is #40644D. Grayscale: #A8A8A8. Windows color (decimal): -4219982 or 11705279. OLE color: 11705279.

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

Color convert

RGB 191 155 178 -
CMYK 0 0.19 0.07 0.25
HSL 321.67º 0.22% 0.68% -
HSV(B) 321.67º 0.19% 0.75% -
XYZ 41.24 37.73 47.23 -
YUV 168.39 133.43 144.13 -
System Red Green Blue C M Y K H S L
Decimal 191 155 178 0 0.19 0.07 0.25 321.67 0.22 0.68
Hex BF 9B B2 0 13 7 19 142 16 44
Octal 277 233 262 0 23 7 31 502 26 104
Binary 10111111 10011011 10110010 0 10011 111 11001 101000010 10110 1000100

Color Harmonies of #BF9BB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9BB2

Black with #BF9BB2

Text Example


Text Example

White with #BF9BB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9BB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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