Html Css Color HEX #BFAEBD Lilac

📋 copy color: '#BFAEBD'

red 191 ◦ green 174 ◦ blue 189

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

Shades of Lilac #BFAEBD

Tints of Lilac #BFAEBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 34.12%

R = 34.48%
G = 31.41%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#BFAEBD (or 0xBFAEBD) is known color: Lilac. HEX triplet: BF, AE and BD. RGB value is (191,174,189). Sum of RGB (Red+Green+Blue) = 191+174+189=554 (73% of max value = 765). Red value is 191 (75% from 255 or 34.48% from 554); Green value is 174 (68.36% from 255 or 31.41% from 554); Blue value is 189 (74.22% from 255 or 34.12% from 554); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAEBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFAEBD is #405142. Grayscale: #B4B4B4. Windows color (decimal): -4215107 or 12431039. OLE color: 12431039.

HSL color Cylindrical-coordinate representation of color #BFAEBD: hue angle of 307.06º 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 #BFAEBD is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 174 189 -
CMYK 0 0.09 0.01 0.25
HSL 307.06º 0.12% 0.72% -
HSV(B) 307.06º 0.09% 0.75% -
XYZ 45.81 45.02 54.42 -
YUV 180.79 132.63 135.28 -
System Red Green Blue C M Y K H S L
Decimal 191 174 189 0 0.09 0.01 0.25 307.06 0.12 0.72
Hex BF AE BD 0 9 1 19 133 C 48
Octal 277 256 275 0 11 1 31 463 14 110
Binary 10111111 10101110 10111101 0 1001 1 11001 100110011 1100 1001000

Color Harmonies of #BFAEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAEBD

Black with #BFAEBD

Text Example


Text Example

White with #BFAEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAEBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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