Html Css Color HEX #BE96CA Wisteria

📋 copy color: '#BE96CA'

red 190 ◦ green 150 ◦ blue 202

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

Shades of Wisteria #BE96CA

Tints of Wisteria #BE96CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 37.27%

R = 35.06%
G = 27.68%
B = 37.27%

CMYK

 C value IS 0.06

 M value IS 0.26

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BE96CA (or 0xBE96CA) is known color: Wisteria. HEX triplet: BE, 96 and CA. RGB value is (190,150,202). Sum of RGB (Red+Green+Blue) = 190+150+202=542 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.06% from 542); Green value is 150 (58.98% from 255 or 27.68% from 542); Blue value is 202 (79.30% from 255 or 37.27% from 542); Max value from RGB is 202 - color contains mainly: blue. Hex color #BE96CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE96CA is #416935. Grayscale: #A7A7A7. Windows color (decimal): -4286774 or 13276862. OLE color: 13276862.

HSL color Cylindrical-coordinate representation of color #BE96CA: hue angle of 286.15º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BE96CA is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 190 150 202 -
CMYK 0.06 0.26 0 0.21
HSL 286.15º 0.33% 0.69% -
HSV(B) 286.15º 0.26% 0.79% -
XYZ 42.8 37.02 60.77 -
YUV 167.89 147.25 143.77 -
System Red Green Blue C M Y K H S L
Decimal 190 150 202 0.06 0.26 0 0.21 286.15 0.33 0.69
Hex BE 96 CA 6 1A 0 15 11E 21 45
Octal 276 226 312 6 32 0 25 436 41 105
Binary 10111110 10010110 11001010 110 11010 0 10101 100011110 100001 1000101

Color Harmonies of #BE96CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE96CA

Black with #BE96CA

Text Example


Text Example

White with #BE96CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE96CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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