Html Css Color HEX #BE96B2 Lily

📋 copy color: '#BE96B2'

red 190 ◦ green 150 ◦ blue 178

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

Shades of Lily #BE96B2

Tints of Lily #BE96B2

RGB

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

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

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

R = 36.68%
G = 28.96%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#BE96B2 (or 0xBE96B2) is known color: Lily. HEX triplet: BE, 96 and B2. RGB value is (190,150,178). Sum of RGB (Red+Green+Blue) = 190+150+178=518 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.68% from 518); Green value is 150 (58.98% from 255 or 28.96% from 518); Blue value is 178 (69.92% from 255 or 34.36% from 518); Max value from RGB is 190 - color contains mainly: red. Hex color #BE96B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE96B2 is #41694D. Grayscale: #A5A5A5. Windows color (decimal): -4286798 or 11703998. OLE color: 11703998.

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

Color convert

RGB 190 150 178 -
CMYK 0 0.21 0.06 0.25
HSL 318º 0.24% 0.67% -
HSV(B) 318º 0.21% 0.75% -
XYZ 40.18 35.97 46.95 -
YUV 165.15 135.25 145.72 -
System Red Green Blue C M Y K H S L
Decimal 190 150 178 0 0.21 0.06 0.25 318 0.24 0.67
Hex BE 96 B2 0 15 6 19 13E 18 43
Octal 276 226 262 0 25 6 31 476 30 103
Binary 10111110 10010110 10110010 0 10101 110 11001 100111110 11000 1000011

Color Harmonies of #BE96B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE96B2

Black with #BE96B2

Text Example


Text Example

White with #BE96B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE96B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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