Html Css Color HEX #BE96B5 Lily

📋 copy color: '#BE96B5'

red 190 ◦ green 150 ◦ blue 181

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

Shades of Lily #BE96B5

Tints of Lily #BE96B5

RGB

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

 GREEN value IS 150 (58.98% from 255) = 28.79%

 BLUE value IS 181 (71.09% from 255) = 34.74%

R = 36.47%
G = 28.79%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.05

 K value IS 0.25

RGB Variations

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

Color information

#BE96B5 (or 0xBE96B5) is known color: Lily. HEX triplet: BE, 96 and B5. RGB value is (190,150,181). Sum of RGB (Red+Green+Blue) = 190+150+181=521 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.47% from 521); Green value is 150 (58.98% from 255 or 28.79% from 521); Blue value is 181 (71.09% from 255 or 34.74% from 521); Max value from RGB is 190 - color contains mainly: red. Hex color #BE96B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE96B5 is #41694A. Grayscale: #A5A5A5. Windows color (decimal): -4286795 or 11900606. OLE color: 11900606.

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

Color convert

RGB 190 150 181 -
CMYK 0 0.21 0.05 0.25
HSL 313.5º 0.24% 0.67% -
HSV(B) 313.5º 0.21% 0.75% -
XYZ 40.48 36.1 48.55 -
YUV 165.49 136.75 145.48 -
System Red Green Blue C M Y K H S L
Decimal 190 150 181 0 0.21 0.05 0.25 313.5 0.24 0.67
Hex BE 96 B5 0 15 5 19 13A 18 43
Octal 276 226 265 0 25 5 31 472 30 103
Binary 10111110 10010110 10110101 0 10101 101 11001 100111010 11000 1000011

Color Harmonies of #BE96B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE96B5

Black with #BE96B5

Text Example


Text Example

White with #BE96B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE96B5; }

 p { color: rgb(190,150,181); }

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

background-color css

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

 a { background-color: rgb(190,150,181); }

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

border-color css

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

 span { border-color: rgb(190,150,181); }

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