Html Css Color HEX #BF8DAE Lily

📋 copy color: '#BF8DAE'

red 191 ◦ green 141 ◦ blue 174

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

Shades of Lily #BF8DAE

Tints of Lily #BF8DAE

RGB

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

 GREEN value IS 141 (55.47% from 255) = 27.87%

 BLUE value IS 174 (68.36% from 255) = 34.39%

R = 37.75%
G = 27.87%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#BF8DAE (or 0xBF8DAE) is known color: Lily. HEX triplet: BF, 8D and AE. RGB value is (191,141,174). Sum of RGB (Red+Green+Blue) = 191+141+174=506 (67% of max value = 765). Red value is 191 (75% from 255 or 37.75% from 506); Green value is 141 (55.47% from 255 or 27.87% from 506); Blue value is 174 (68.36% from 255 or 34.39% from 506); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8DAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8DAE is #407251. Grayscale: #9F9F9F. Windows color (decimal): -4223570 or 11439551. OLE color: 11439551.

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

Color convert

RGB 191 141 174 -
CMYK 0 0.26 0.09 0.25
HSL 320.4º 0.28% 0.65% -
HSV(B) 320.4º 0.26% 0.75% -
XYZ 38.65 33.18 44.41 -
YUV 159.71 136.07 150.32 -
System Red Green Blue C M Y K H S L
Decimal 191 141 174 0 0.26 0.09 0.25 320.4 0.28 0.65
Hex BF 8D AE 0 1A 9 19 140 1C 41
Octal 277 215 256 0 32 11 31 500 34 101
Binary 10111111 10001101 10101110 0 11010 1001 11001 101000000 11100 1000001

Color Harmonies of #BF8DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8DAE

Black with #BF8DAE

Text Example


Text Example

White with #BF8DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8DAE; }

 p { color: rgb(191,141,174); }

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

background-color css

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

 a { background-color: rgb(191,141,174); }

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

border-color css

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

 span { border-color: rgb(191,141,174); }

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