Html Css Color HEX #BF8BAB Lily

📋 copy color: '#BF8BAB'

red 191 ◦ green 139 ◦ blue 171

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

Shades of Lily #BF8BAB

Tints of Lily #BF8BAB

RGB

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

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

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

R = 38.12%
G = 27.74%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#BF8BAB (or 0xBF8BAB) is known color: Lily. HEX triplet: BF, 8B and AB. RGB value is (191,139,171). Sum of RGB (Red+Green+Blue) = 191+139+171=501 (66% of max value = 765). Red value is 191 (75% from 255 or 38.12% from 501); Green value is 139 (54.69% from 255 or 27.74% from 501); Blue value is 171 (67.19% from 255 or 34.13% from 501); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8BAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8BAB is #407454. Grayscale: #9E9E9E. Windows color (decimal): -4224085 or 11242431. OLE color: 11242431.

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

Color convert

RGB 191 139 171 -
CMYK 0 0.27 0.10 0.25
HSL 323.08º 0.29% 0.65% -
HSV(B) 323.08º 0.27% 0.75% -
XYZ 38.07 32.48 42.79 -
YUV 158.2 135.23 151.4 -
System Red Green Blue C M Y K H S L
Decimal 191 139 171 0 0.27 0.10 0.25 323.08 0.29 0.65
Hex BF 8B AB 0 1B A 19 143 1D 41
Octal 277 213 253 0 33 12 31 503 35 101
Binary 10111111 10001011 10101011 0 11011 1010 11001 101000011 11101 1000001

Color Harmonies of #BF8BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8BAB

Black with #BF8BAB

Text Example


Text Example

White with #BF8BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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