Html Css Color HEX #BF93B2 Lily

📋 copy color: '#BF93B2'

red 191 ◦ green 147 ◦ blue 178

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

Shades of Lily #BF93B2

Tints of Lily #BF93B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 34.5%

R = 37.02%
G = 28.49%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#BF93B2 (or 0xBF93B2) is known color: Lily. HEX triplet: BF, 93 and B2. RGB value is (191,147,178). Sum of RGB (Red+Green+Blue) = 191+147+178=516 (68% of max value = 765). Red value is 191 (75% from 255 or 37.02% from 516); Green value is 147 (57.81% from 255 or 28.49% from 516); Blue value is 178 (69.92% from 255 or 34.50% from 516); Max value from RGB is 191 - color contains mainly: red. Hex color #BF93B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF93B2 is #406C4D. Grayscale: #A3A3A3. Windows color (decimal): -4222030 or 11703231. OLE color: 11703231.

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

Color convert

RGB 191 147 178 -
CMYK 0 0.23 0.07 0.25
HSL 317.73º 0.26% 0.66% -
HSV(B) 317.73º 0.23% 0.75% -
XYZ 39.96 35.16 46.8 -
YUV 163.69 136.08 147.48 -
System Red Green Blue C M Y K H S L
Decimal 191 147 178 0 0.23 0.07 0.25 317.73 0.26 0.66
Hex BF 93 B2 0 17 7 19 13E 1A 42
Octal 277 223 262 0 27 7 31 476 32 102
Binary 10111111 10010011 10110010 0 10111 111 11001 100111110 11010 1000010

Color Harmonies of #BF93B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF93B2

Black with #BF93B2

Text Example


Text Example

White with #BF93B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF93B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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