Html Css Color HEX #BF84AC Lily

📋 copy color: '#BF84AC'

red 191 ◦ green 132 ◦ blue 172

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

Shades of Lily #BF84AC

Tints of Lily #BF84AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 34.75%

R = 38.59%
G = 26.67%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#BF84AC (or 0xBF84AC) is known color: Lily. HEX triplet: BF, 84 and AC. RGB value is (191,132,172). Sum of RGB (Red+Green+Blue) = 191+132+172=495 (65% of max value = 765). Red value is 191 (75% from 255 or 38.59% from 495); Green value is 132 (51.95% from 255 or 26.67% from 495); Blue value is 172 (67.58% from 255 or 34.75% from 495); Max value from RGB is 191 - color contains mainly: red. Hex color #BF84AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF84AC is #407B53. Grayscale: #9A9A9A. Windows color (decimal): -4225876 or 11306175. OLE color: 11306175.

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

Color convert

RGB 191 132 172 -
CMYK 0 0.31 0.10 0.25
HSL 319.32º 0.32% 0.63% -
HSV(B) 319.32º 0.31% 0.75% -
XYZ 37.18 30.56 42.97 -
YUV 154.2 138.05 154.25 -
System Red Green Blue C M Y K H S L
Decimal 191 132 172 0 0.31 0.10 0.25 319.32 0.32 0.63
Hex BF 84 AC 0 1F A 19 13F 20 3F
Octal 277 204 254 0 37 12 31 477 40 77
Binary 10111111 10000100 10101100 0 11111 1010 11001 100111111 100000 111111

Color Harmonies of #BF84AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF84AC

Black with #BF84AC

Text Example


Text Example

White with #BF84AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF84AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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