Html Css Color HEX #BF9AAE Lily

📋 copy color: '#BF9AAE'

red 191 ◦ green 154 ◦ blue 174

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

Shades of Lily #BF9AAE

Tints of Lily #BF9AAE

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.67%

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

R = 36.8%
G = 29.67%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#BF9AAE (or 0xBF9AAE) is known color: Lily. HEX triplet: BF, 9A and AE. RGB value is (191,154,174). Sum of RGB (Red+Green+Blue) = 191+154+174=519 (68% of max value = 765). Red value is 191 (75% from 255 or 36.80% from 519); Green value is 154 (60.55% from 255 or 29.67% from 519); Blue value is 174 (68.36% from 255 or 33.53% from 519); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9AAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9AAE is #406551. Grayscale: #A7A7A7. Windows color (decimal): -4220242 or 11442879. OLE color: 11442879.

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

Color convert

RGB 191 154 174 -
CMYK 0 0.19 0.09 0.25
HSL 327.57º 0.22% 0.68% -
HSV(B) 327.57º 0.19% 0.75% -
XYZ 40.68 37.24 45.09 -
YUV 167.34 131.76 144.87 -
System Red Green Blue C M Y K H S L
Decimal 191 154 174 0 0.19 0.09 0.25 327.57 0.22 0.68
Hex BF 9A AE 0 13 9 19 148 16 44
Octal 277 232 256 0 23 11 31 510 26 104
Binary 10111111 10011010 10101110 0 10011 1001 11001 101001000 10110 1000100

Color Harmonies of #BF9AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9AAE

Black with #BF9AAE

Text Example


Text Example

White with #BF9AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9AAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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