Html Css Color HEX #BF92AA Lily

📋 copy color: '#BF92AA'

red 191 ◦ green 146 ◦ blue 170

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

Shades of Lily #BF92AA

Tints of Lily #BF92AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 33.53%

R = 37.67%
G = 28.8%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#BF92AA (or 0xBF92AA) is known color: Lily. HEX triplet: BF, 92 and AA. RGB value is (191,146,170). Sum of RGB (Red+Green+Blue) = 191+146+170=507 (67% of max value = 765). Red value is 191 (75% from 255 or 37.67% from 507); Green value is 146 (57.42% from 255 or 28.80% from 507); Blue value is 170 (66.80% from 255 or 33.53% from 507); Max value from RGB is 191 - color contains mainly: red. Hex color #BF92AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF92AA is #406D55. Grayscale: #A2A2A2. Windows color (decimal): -4222294 or 11178687. OLE color: 11178687.

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

Color convert

RGB 191 146 170 -
CMYK 0 0.24 0.11 0.25
HSL 328º 0.26% 0.66% -
HSV(B) 328º 0.24% 0.75% -
XYZ 39.02 34.54 42.64 -
YUV 162.19 132.41 148.55 -
System Red Green Blue C M Y K H S L
Decimal 191 146 170 0 0.24 0.11 0.25 328 0.26 0.66
Hex BF 92 AA 0 18 B 19 148 1A 42
Octal 277 222 252 0 30 13 31 510 32 102
Binary 10111111 10010010 10101010 0 11000 1011 11001 101001000 11010 1000010

Color Harmonies of #BF92AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF92AA

Black with #BF92AA

Text Example


Text Example

White with #BF92AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF92AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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