Html Css Color HEX #BEA2CA Wisteria

📋 copy color: '#BEA2CA'

red 190 ◦ green 162 ◦ blue 202

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

Shades of Wisteria #BEA2CA

Tints of Wisteria #BEA2CA

RGB

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

 GREEN value IS 162 (63.67% from 255) = 29.24%

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

R = 34.3%
G = 29.24%
B = 36.46%

CMYK

 C value IS 0.06

 M value IS 0.20

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BEA2CA (or 0xBEA2CA) is known color: Wisteria. HEX triplet: BE, A2 and CA. RGB value is (190,162,202). Sum of RGB (Red+Green+Blue) = 190+162+202=554 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.30% from 554); Green value is 162 (63.67% from 255 or 29.24% from 554); Blue value is 202 (79.30% from 255 or 36.46% from 554); Max value from RGB is 202 - color contains mainly: blue. Hex color #BEA2CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA2CA is #415D35. Grayscale: #AEAEAE. Windows color (decimal): -4283702 or 13279934. OLE color: 13279934.

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

Color convert

RGB 190 162 202 -
CMYK 0.06 0.20 0 0.21
HSL 282º 0.27% 0.71% -
HSV(B) 282º 0.2% 0.79% -
XYZ 44.82 41.05 61.44 -
YUV 174.93 143.28 138.75 -
System Red Green Blue C M Y K H S L
Decimal 190 162 202 0.06 0.20 0 0.21 282 0.27 0.71
Hex BE A2 CA 6 14 0 15 11A 1B 47
Octal 276 242 312 6 24 0 25 432 33 107
Binary 10111110 10100010 11001010 110 10100 0 10101 100011010 11011 1000111

Color Harmonies of #BEA2CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA2CA

Black with #BEA2CA

Text Example


Text Example

White with #BEA2CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA2CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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