Html Css Color HEX #BF92B0 Lily

📋 copy color: '#BF92B0'

red 191 ◦ green 146 ◦ blue 176

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

Shades of Lily #BF92B0

Tints of Lily #BF92B0

RGB

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

 GREEN value IS 146 (57.42% from 255) = 28.46%

 BLUE value IS 176 (69.14% from 255) = 34.31%

R = 37.23%
G = 28.46%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#BF92B0 (or 0xBF92B0) is known color: Lily. HEX triplet: BF, 92 and B0. RGB value is (191,146,176). Sum of RGB (Red+Green+Blue) = 191+146+176=513 (67% of max value = 765). Red value is 191 (75% from 255 or 37.23% from 513); Green value is 146 (57.42% from 255 or 28.46% from 513); Blue value is 176 (69.14% from 255 or 34.31% from 513); Max value from RGB is 191 - color contains mainly: red. Hex color #BF92B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF92B0 is #406D4F. Grayscale: #A2A2A2. Windows color (decimal): -4222288 or 11571903. OLE color: 11571903.

HSL color Cylindrical-coordinate representation of color #BF92B0: hue angle of 320º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BF92B0 is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 146 176 -
CMYK 0 0.24 0.08 0.25
HSL 320º 0.26% 0.66% -
HSV(B) 320º 0.24% 0.75% -
XYZ 39.6 34.77 45.7 -
YUV 162.88 135.41 148.06 -
System Red Green Blue C M Y K H S L
Decimal 191 146 176 0 0.24 0.08 0.25 320 0.26 0.66
Hex BF 92 B0 0 18 8 19 140 1A 42
Octal 277 222 260 0 30 10 31 500 32 102
Binary 10111111 10010010 10110000 0 11000 1000 11001 101000000 11010 1000010

Color Harmonies of #BF92B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF92B0

Black with #BF92B0

Text Example


Text Example

White with #BF92B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF92B0; }

 p { color: rgb(191,146,176); }

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

background-color css

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

 a { background-color: rgb(191,146,176); }

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

border-color css

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

 span { border-color: rgb(191,146,176); }

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