Html Css Color HEX #BF94B2 Lily

📋 copy color: '#BF94B2'

red 191 ◦ green 148 ◦ blue 178

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

Shades of Lily #BF94B2

Tints of Lily #BF94B2

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.63%

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

R = 36.94%
G = 28.63%
B = 34.43%

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

#BF94B2 (or 0xBF94B2) is known color: Lily. HEX triplet: BF, 94 and B2. RGB value is (191,148,178). Sum of RGB (Red+Green+Blue) = 191+148+178=517 (68% of max value = 765). Red value is 191 (75% from 255 or 36.94% from 517); Green value is 148 (58.20% from 255 or 28.63% from 517); Blue value is 178 (69.92% from 255 or 34.43% from 517); Max value from RGB is 191 - color contains mainly: red. Hex color #BF94B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF94B2 is #406B4D. Grayscale: #A4A4A4. Windows color (decimal): -4221774 or 11703487. OLE color: 11703487.

HSL color Cylindrical-coordinate representation of color #BF94B2: hue angle of 318.14º degrees, saturation: 0.25, 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 #BF94B2 is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 148 178 -
CMYK 0 0.23 0.07 0.25
HSL 318.14º 0.25% 0.66% -
HSV(B) 318.14º 0.23% 0.75% -
XYZ 40.11 35.47 46.85 -
YUV 164.28 135.75 147.06 -
System Red Green Blue C M Y K H S L
Decimal 191 148 178 0 0.23 0.07 0.25 318.14 0.25 0.66
Hex BF 94 B2 0 17 7 19 13E 19 42
Octal 277 224 262 0 27 7 31 476 31 102
Binary 10111111 10010100 10110010 0 10111 111 11001 100111110 11001 1000010

Color Harmonies of #BF94B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF94B2

Black with #BF94B2

Text Example


Text Example

White with #BF94B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF94B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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