Html Css Color HEX #BF93AB Lily

📋 copy color: '#BF93AB'

red 191 ◦ green 147 ◦ blue 171

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

Shades of Lily #BF93AB

Tints of Lily #BF93AB

RGB

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

 GREEN value IS 147 (57.81% from 255) = 28.88%

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

R = 37.52%
G = 28.88%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#BF93AB (or 0xBF93AB) is known color: Lily. HEX triplet: BF, 93 and AB. RGB value is (191,147,171). Sum of RGB (Red+Green+Blue) = 191+147+171=509 (67% of max value = 765). Red value is 191 (75% from 255 or 37.52% from 509); Green value is 147 (57.81% from 255 or 28.88% from 509); Blue value is 171 (67.19% from 255 or 33.60% from 509); Max value from RGB is 191 - color contains mainly: red. Hex color #BF93AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF93AB is #406C54. Grayscale: #A2A2A2. Windows color (decimal): -4222037 or 11244479. OLE color: 11244479.

HSL color Cylindrical-coordinate representation of color #BF93AB: hue angle of 327.27º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BF93AB is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 147 171 -
CMYK 0 0.23 0.10 0.25
HSL 327.27º 0.26% 0.66% -
HSV(B) 327.27º 0.23% 0.75% -
XYZ 39.27 34.88 43.19 -
YUV 162.89 132.58 148.05 -
System Red Green Blue C M Y K H S L
Decimal 191 147 171 0 0.23 0.10 0.25 327.27 0.26 0.66
Hex BF 93 AB 0 17 A 19 147 1A 42
Octal 277 223 253 0 27 12 31 507 32 102
Binary 10111111 10010011 10101011 0 10111 1010 11001 101000111 11010 1000010

Color Harmonies of #BF93AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF93AB

Black with #BF93AB

Text Example


Text Example

White with #BF93AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF93AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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