Html Css Color HEX #BF85AB Lily

📋 copy color: '#BF85AB'

red 191 ◦ green 133 ◦ blue 171

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

Shades of Lily #BF85AB

Tints of Lily #BF85AB

RGB

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

 GREEN value IS 133 (52.34% from 255) = 26.87%

 BLUE value IS 171 (67.19% from 255) = 34.55%

R = 38.59%
G = 26.87%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#BF85AB (or 0xBF85AB) is known color: Lily. HEX triplet: BF, 85 and AB. RGB value is (191,133,171). Sum of RGB (Red+Green+Blue) = 191+133+171=495 (65% of max value = 765). Red value is 191 (75% from 255 or 38.59% from 495); Green value is 133 (52.34% from 255 or 26.87% from 495); Blue value is 171 (67.19% from 255 or 34.55% from 495); Max value from RGB is 191 - color contains mainly: red. Hex color #BF85AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF85AB is #407A54. Grayscale: #9A9A9A. Windows color (decimal): -4225621 or 11240895. OLE color: 11240895.

HSL color Cylindrical-coordinate representation of color #BF85AB: hue angle of 320.69º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BF85AB is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 133 171 -
CMYK 0 0.30 0.10 0.25
HSL 320.69º 0.31% 0.64% -
HSV(B) 320.69º 0.3% 0.75% -
XYZ 37.22 30.79 42.51 -
YUV 154.67 137.22 153.91 -
System Red Green Blue C M Y K H S L
Decimal 191 133 171 0 0.30 0.10 0.25 320.69 0.31 0.64
Hex BF 85 AB 0 1E A 19 141 1F 40
Octal 277 205 253 0 36 12 31 501 37 100
Binary 10111111 10000101 10101011 0 11110 1010 11001 101000001 11111 1000000

Color Harmonies of #BF85AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF85AB

Black with #BF85AB

Text Example


Text Example

White with #BF85AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF85AB; }

 p { color: rgb(191,133,171); }

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

background-color css

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

 a { background-color: rgb(191,133,171); }

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

border-color css

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

 span { border-color: rgb(191,133,171); }

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