Html Css Color HEX #BEA3CA Wisteria

📋 copy color: '#BEA3CA'

red 190 ◦ green 163 ◦ blue 202

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

Shades of Wisteria #BEA3CA

Tints of Wisteria #BEA3CA

RGB

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

 GREEN value IS 163 (64.06% from 255) = 29.37%

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

R = 34.23%
G = 29.37%
B = 36.4%

CMYK

 C value IS 0.06

 M value IS 0.19

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BEA3CA (or 0xBEA3CA) is known color: Wisteria. HEX triplet: BE, A3 and CA. RGB value is (190,163,202). Sum of RGB (Red+Green+Blue) = 190+163+202=555 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.23% from 555); Green value is 163 (64.06% from 255 or 29.37% from 555); Blue value is 202 (79.30% from 255 or 36.40% from 555); Max value from RGB is 202 - color contains mainly: blue. Hex color #BEA3CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA3CA is #415C35. Grayscale: #AFAFAF. Windows color (decimal): -4283446 or 13280190. OLE color: 13280190.

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

Color convert

RGB 190 163 202 -
CMYK 0.06 0.19 0 0.21
HSL 281.54º 0.27% 0.72% -
HSV(B) 281.54º 0.19% 0.79% -
XYZ 44.99 41.41 61.5 -
YUV 175.52 142.95 138.33 -
System Red Green Blue C M Y K H S L
Decimal 190 163 202 0.06 0.19 0 0.21 281.54 0.27 0.72
Hex BE A3 CA 6 13 0 15 11A 1B 48
Octal 276 243 312 6 23 0 25 432 33 110
Binary 10111110 10100011 11001010 110 10011 0 10101 100011010 11011 1001000

Color Harmonies of #BEA3CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA3CA

Black with #BEA3CA

Text Example


Text Example

White with #BEA3CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA3CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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