Html Css Color HEX #BE94B2 Lily

📋 copy color: '#BE94B2'

red 190 ◦ green 148 ◦ blue 178

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

Shades of Lily #BE94B2

Tints of Lily #BE94B2

RGB

 RED value IS 190 (74.61% from 255) = 36.82%

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

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

R = 36.82%
G = 28.68%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#BE94B2 (or 0xBE94B2) is known color: Lily. HEX triplet: BE, 94 and B2. RGB value is (190,148,178). Sum of RGB (Red+Green+Blue) = 190+148+178=516 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.82% from 516); Green value is 148 (58.20% from 255 or 28.68% from 516); Blue value is 178 (69.92% from 255 or 34.50% from 516); Max value from RGB is 190 - color contains mainly: red. Hex color #BE94B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE94B2 is #416B4D. Grayscale: #A3A3A3. Windows color (decimal): -4287310 or 11703486. OLE color: 11703486.

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

Color convert

RGB 190 148 178 -
CMYK 0 0.22 0.06 0.25
HSL 317.14º 0.24% 0.66% -
HSV(B) 317.14º 0.22% 0.75% -
XYZ 39.86 35.34 46.84 -
YUV 163.98 135.91 146.56 -
System Red Green Blue C M Y K H S L
Decimal 190 148 178 0 0.22 0.06 0.25 317.14 0.24 0.66
Hex BE 94 B2 0 16 6 19 13D 18 42
Octal 276 224 262 0 26 6 31 475 30 102
Binary 10111110 10010100 10110010 0 10110 110 11001 100111101 11000 1000010

Color Harmonies of #BE94B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE94B2

Black with #BE94B2

Text Example


Text Example

White with #BE94B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE94B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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