Html Css Color HEX #BFAEB7 Lily

📋 copy color: '#BFAEB7'

red 191 ◦ green 174 ◦ blue 183

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

Shades of Lily #BFAEB7

Tints of Lily #BFAEB7

RGB

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

 GREEN value IS 174 (68.36% from 255) = 31.75%

 BLUE value IS 183 (71.88% from 255) = 33.39%

R = 34.85%
G = 31.75%
B = 33.39%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#BFAEB7 (or 0xBFAEB7) is known color: Lily. HEX triplet: BF, AE and B7. RGB value is (191,174,183). Sum of RGB (Red+Green+Blue) = 191+174+183=548 (72% of max value = 765). Red value is 191 (75% from 255 or 34.85% from 548); Green value is 174 (68.36% from 255 or 31.75% from 548); Blue value is 183 (71.88% from 255 or 33.39% from 548); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAEB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFAEB7 is #405148. Grayscale: #B4B4B4. Windows color (decimal): -4215113 or 12037823. OLE color: 12037823.

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

Color convert

RGB 191 174 183 -
CMYK 0 0.09 0.04 0.25
HSL 328.24º 0.12% 0.72% -
HSV(B) 328.24º 0.09% 0.75% -
XYZ 45.17 44.77 51.06 -
YUV 180.11 129.63 135.77 -
System Red Green Blue C M Y K H S L
Decimal 191 174 183 0 0.09 0.04 0.25 328.24 0.12 0.72
Hex BF AE B7 0 9 4 19 148 C 48
Octal 277 256 267 0 11 4 31 510 14 110
Binary 10111111 10101110 10110111 0 1001 100 11001 101001000 1100 1001000

Color Harmonies of #BFAEB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAEB7

Black with #BFAEB7

Text Example


Text Example

White with #BFAEB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAEB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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