Html Css Color HEX #BF8CA9 Lily

📋 copy color: '#BF8CA9'

red 191 ◦ green 140 ◦ blue 169

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

Shades of Lily #BF8CA9

Tints of Lily #BF8CA9

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28%

 BLUE value IS 169 (66.41% from 255) = 33.8%

R = 38.2%
G = 28%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#BF8CA9 (or 0xBF8CA9) is known color: Lily. HEX triplet: BF, 8C and A9. RGB value is (191,140,169). Sum of RGB (Red+Green+Blue) = 191+140+169=500 (66% of max value = 765). Red value is 191 (75% from 255 or 38.2% from 500); Green value is 140 (55.08% from 255 or 28% from 500); Blue value is 169 (66.41% from 255 or 33.8% from 500); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8CA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8CA9 is #407356. Grayscale: #9E9E9E. Windows color (decimal): -4223831 or 11111615. OLE color: 11111615.

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

Color convert

RGB 191 140 169 -
CMYK 0 0.27 0.12 0.25
HSL 325.88º 0.28% 0.65% -
HSV(B) 325.88º 0.27% 0.75% -
XYZ 38.03 32.7 41.84 -
YUV 158.56 133.9 151.14 -
System Red Green Blue C M Y K H S L
Decimal 191 140 169 0 0.27 0.12 0.25 325.88 0.28 0.65
Hex BF 8C A9 0 1B C 19 146 1C 41
Octal 277 214 251 0 33 14 31 506 34 101
Binary 10111111 10001100 10101001 0 11011 1100 11001 101000110 11100 1000001

Color Harmonies of #BF8CA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8CA9

Black with #BF8CA9

Text Example


Text Example

White with #BF8CA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8CA9; }

 p { color: rgb(191,140,169); }

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

background-color css

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

 a { background-color: rgb(191,140,169); }

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

border-color css

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

 span { border-color: rgb(191,140,169); }

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