Html Css Color HEX #BE94B4 Lily

📋 copy color: '#BE94B4'

red 190 ◦ green 148 ◦ blue 180

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

Shades of Lily #BE94B4

Tints of Lily #BE94B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 34.75%

R = 36.68%
G = 28.57%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.05

 K value IS 0.25

RGB Variations

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

Color information

#BE94B4 (or 0xBE94B4) is known color: Lily. HEX triplet: BE, 94 and B4. RGB value is (190,148,180). Sum of RGB (Red+Green+Blue) = 190+148+180=518 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.68% from 518); Green value is 148 (58.20% from 255 or 28.57% from 518); Blue value is 180 (70.70% from 255 or 34.75% from 518); Max value from RGB is 190 - color contains mainly: red. Hex color #BE94B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE94B4 is #416B4B. Grayscale: #A4A4A4. Windows color (decimal): -4287308 or 11834558. OLE color: 11834558.

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

Color convert

RGB 190 148 180 -
CMYK 0 0.22 0.05 0.25
HSL 314.29º 0.24% 0.66% -
HSV(B) 314.29º 0.22% 0.75% -
XYZ 40.06 35.42 47.91 -
YUV 164.21 136.91 146.4 -
System Red Green Blue C M Y K H S L
Decimal 190 148 180 0 0.22 0.05 0.25 314.29 0.24 0.66
Hex BE 94 B4 0 16 5 19 13A 18 42
Octal 276 224 264 0 26 5 31 472 30 102
Binary 10111110 10010100 10110100 0 10110 101 11001 100111010 11000 1000010

Color Harmonies of #BE94B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE94B4

Black with #BE94B4

Text Example


Text Example

White with #BE94B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE94B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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