Html Css Color HEX #BF8BAF Lily

📋 copy color: '#BF8BAF'

red 191 ◦ green 139 ◦ blue 175

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

Shades of Lily #BF8BAF

Tints of Lily #BF8BAF

RGB

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

 GREEN value IS 139 (54.69% from 255) = 27.52%

 BLUE value IS 175 (68.75% from 255) = 34.65%

R = 37.82%
G = 27.52%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#BF8BAF (or 0xBF8BAF) is known color: Lily. HEX triplet: BF, 8B and AF. RGB value is (191,139,175). Sum of RGB (Red+Green+Blue) = 191+139+175=505 (66% of max value = 765). Red value is 191 (75% from 255 or 37.82% from 505); Green value is 139 (54.69% from 255 or 27.52% from 505); Blue value is 175 (68.75% from 255 or 34.65% from 505); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8BAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8BAF is #407450. Grayscale: #9E9E9E. Windows color (decimal): -4224081 or 11504575. OLE color: 11504575.

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

Color convert

RGB 191 139 175 -
CMYK 0 0.27 0.08 0.25
HSL 318.46º 0.29% 0.65% -
HSV(B) 318.46º 0.27% 0.75% -
XYZ 38.46 32.64 44.83 -
YUV 158.65 137.23 151.07 -
System Red Green Blue C M Y K H S L
Decimal 191 139 175 0 0.27 0.08 0.25 318.46 0.29 0.65
Hex BF 8B AF 0 1B 8 19 13E 1D 41
Octal 277 213 257 0 33 10 31 476 35 101
Binary 10111111 10001011 10101111 0 11011 1000 11001 100111110 11101 1000001

Color Harmonies of #BF8BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8BAF

Black with #BF8BAF

Text Example


Text Example

White with #BF8BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8BAF; }

 p { color: rgb(191,139,175); }

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

background-color css

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

 a { background-color: rgb(191,139,175); }

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

border-color css

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

 span { border-color: rgb(191,139,175); }

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