Html Css Color HEX #BE96CC Wisteria

📋 copy color: '#BE96CC'

red 190 ◦ green 150 ◦ blue 204

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

Shades of Wisteria #BE96CC

Tints of Wisteria #BE96CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.5%

R = 34.93%
G = 27.57%
B = 37.5%

CMYK

 C value IS 0.07

 M value IS 0.26

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BE96CC (or 0xBE96CC) is known color: Wisteria. HEX triplet: BE, 96 and CC. RGB value is (190,150,204). Sum of RGB (Red+Green+Blue) = 190+150+204=544 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.93% from 544); Green value is 150 (58.98% from 255 or 27.57% from 544); Blue value is 204 (80.08% from 255 or 37.5% from 544); Max value from RGB is 204 - color contains mainly: blue. Hex color #BE96CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE96CC is #416933. Grayscale: #A7A7A7. Windows color (decimal): -4286772 or 13407934. OLE color: 13407934.

HSL color Cylindrical-coordinate representation of color #BE96CC: hue angle of 284.44º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BE96CC is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 190 150 204 -
CMYK 0.07 0.26 0 0.2
HSL 284.44º 0.35% 0.69% -
HSV(B) 284.44º 0.26% 0.8% -
XYZ 43.04 37.12 62.02 -
YUV 168.12 148.25 143.61 -
System Red Green Blue C M Y K H S L
Decimal 190 150 204 0.07 0.26 0 0.2 284.44 0.35 0.69
Hex BE 96 CC 7 1A 0 14 11C 23 45
Octal 276 226 314 7 32 0 24 434 43 105
Binary 10111110 10010110 11001100 111 11010 0 10100 100011100 100011 1000101

Color Harmonies of #BE96CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE96CC

Black with #BE96CC

Text Example


Text Example

White with #BE96CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE96CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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