Html Css Color HEX #BF93C2 Lilac

📋 copy color: '#BF93C2'

red 191 ◦ green 147 ◦ blue 194

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

Shades of Lilac #BF93C2

Tints of Lilac #BF93C2

RGB

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

 GREEN value IS 147 (57.81% from 255) = 27.63%

 BLUE value IS 194 (76.17% from 255) = 36.47%

R = 35.9%
G = 27.63%
B = 36.47%

CMYK

 C value IS 0.02

 M value IS 0.24

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BF93C2 (or 0xBF93C2) is known color: Lilac. HEX triplet: BF, 93 and C2. RGB value is (191,147,194). Sum of RGB (Red+Green+Blue) = 191+147+194=532 (70% of max value = 765). Red value is 191 (75% from 255 or 35.90% from 532); Green value is 147 (57.81% from 255 or 27.63% from 532); Blue value is 194 (76.17% from 255 or 36.47% from 532); Max value from RGB is 194 - color contains mainly: blue. Hex color #BF93C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF93C2 is #406C3D. Grayscale: #A5A5A5. Windows color (decimal): -4222014 or 12751807. OLE color: 12751807.

HSL color Cylindrical-coordinate representation of color #BF93C2: hue angle of 296.17º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BF93C2 is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 191 147 194 -
CMYK 0.02 0.24 0 0.24
HSL 296.17º 0.28% 0.67% -
HSV(B) 296.17º 0.24% 0.76% -
XYZ 41.66 35.84 55.76 -
YUV 165.51 144.08 146.18 -
System Red Green Blue C M Y K H S L
Decimal 191 147 194 0.02 0.24 0 0.24 296.17 0.28 0.67
Hex BF 93 C2 2 18 0 18 128 1C 43
Octal 277 223 302 2 30 0 30 450 34 103
Binary 10111111 10010011 11000010 10 11000 0 11000 100101000 11100 1000011

Color Harmonies of #BF93C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF93C2

Black with #BF93C2

Text Example


Text Example

White with #BF93C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF93C2; }

 p { color: rgb(191,147,194); }

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

background-color css

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

 a { background-color: rgb(191,147,194); }

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

border-color css

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

 span { border-color: rgb(191,147,194); }

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