Html Css Color HEX #BE94CA Wisteria

📋 copy color: '#BE94CA'

red 190 ◦ green 148 ◦ blue 202

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

Shades of Wisteria #BE94CA

Tints of Wisteria #BE94CA

RGB

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

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

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

R = 35.19%
G = 27.41%
B = 37.41%

CMYK

 C value IS 0.06

 M value IS 0.27

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BE94CA (or 0xBE94CA) is known color: Wisteria. HEX triplet: BE, 94 and CA. RGB value is (190,148,202). Sum of RGB (Red+Green+Blue) = 190+148+202=540 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.19% from 540); Green value is 148 (58.20% from 255 or 27.41% from 540); Blue value is 202 (79.30% from 255 or 37.41% from 540); Max value from RGB is 202 - color contains mainly: blue. Hex color #BE94CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE94CA is #416B35. Grayscale: #A6A6A6. Windows color (decimal): -4287286 or 13276350. OLE color: 13276350.

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

Color convert

RGB 190 148 202 -
CMYK 0.06 0.27 0 0.21
HSL 286.67º 0.34% 0.69% -
HSV(B) 286.67º 0.27% 0.79% -
XYZ 42.49 36.39 60.66 -
YUV 166.71 147.91 144.61 -
System Red Green Blue C M Y K H S L
Decimal 190 148 202 0.06 0.27 0 0.21 286.67 0.34 0.69
Hex BE 94 CA 6 1B 0 15 11F 22 45
Octal 276 224 312 6 33 0 25 437 42 105
Binary 10111110 10010100 11001010 110 11011 0 10101 100011111 100010 1000101

Color Harmonies of #BE94CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE94CA

Black with #BE94CA

Text Example


Text Example

White with #BE94CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE94CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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