Html Css Color HEX #BF84AA Lily

📋 copy color: '#BF84AA'

red 191 ◦ green 132 ◦ blue 170

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

Shades of Lily #BF84AA

Tints of Lily #BF84AA

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.77%

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

R = 38.74%
G = 26.77%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#BF84AA (or 0xBF84AA) is known color: Lily. HEX triplet: BF, 84 and AA. RGB value is (191,132,170). Sum of RGB (Red+Green+Blue) = 191+132+170=493 (65% of max value = 765). Red value is 191 (75% from 255 or 38.74% from 493); Green value is 132 (51.95% from 255 or 26.77% from 493); Blue value is 170 (66.80% from 255 or 34.48% from 493); Max value from RGB is 191 - color contains mainly: red. Hex color #BF84AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF84AA is #407B55. Grayscale: #999999. Windows color (decimal): -4225878 or 11175103. OLE color: 11175103.

HSL color Cylindrical-coordinate representation of color #BF84AA: hue angle of 321.36º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BF84AA is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 132 170 -
CMYK 0 0.31 0.11 0.25
HSL 321.36º 0.32% 0.63% -
HSV(B) 321.36º 0.31% 0.75% -
XYZ 36.99 30.48 41.96 -
YUV 153.97 137.05 154.41 -
System Red Green Blue C M Y K H S L
Decimal 191 132 170 0 0.31 0.11 0.25 321.36 0.32 0.63
Hex BF 84 AA 0 1F B 19 141 20 3F
Octal 277 204 252 0 37 13 31 501 40 77
Binary 10111111 10000100 10101010 0 11111 1011 11001 101000001 100000 111111

Color Harmonies of #BF84AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF84AA

Black with #BF84AA

Text Example


Text Example

White with #BF84AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF84AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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