Html Css Color HEX #BEA0CE Wisteria

📋 copy color: '#BEA0CE'

red 190 ◦ green 160 ◦ blue 206

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

Shades of Wisteria #BEA0CE

Tints of Wisteria #BEA0CE

RGB

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

 GREEN value IS 160 (62.89% from 255) = 28.78%

 BLUE value IS 206 (80.86% from 255) = 37.05%

R = 34.17%
G = 28.78%
B = 37.05%

CMYK

 C value IS 0.08

 M value IS 0.22

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BEA0CE (or 0xBEA0CE) is known color: Wisteria. HEX triplet: BE, A0 and CE. RGB value is (190,160,206). Sum of RGB (Red+Green+Blue) = 190+160+206=556 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.17% from 556); Green value is 160 (62.89% from 255 or 28.78% from 556); Blue value is 206 (80.86% from 255 or 37.05% from 556); Max value from RGB is 206 - color contains mainly: blue. Hex color #BEA0CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA0CE is #415F31. Grayscale: #AEAEAE. Windows color (decimal): -4284210 or 13541566. OLE color: 13541566.

HSL color Cylindrical-coordinate representation of color #BEA0CE: hue angle of 279.13º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BEA0CE is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 190 160 206 -
CMYK 0.08 0.22 0 0.19
HSL 279.13º 0.32% 0.72% -
HSV(B) 279.13º 0.22% 0.81% -
XYZ 44.95 40.54 63.85 -
YUV 174.21 145.94 139.26 -
System Red Green Blue C M Y K H S L
Decimal 190 160 206 0.08 0.22 0 0.19 279.13 0.32 0.72
Hex BE A0 CE 8 16 0 13 117 20 48
Octal 276 240 316 10 26 0 23 427 40 110
Binary 10111110 10100000 11001110 1000 10110 0 10011 100010111 100000 1001000

Color Harmonies of #BEA0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA0CE

Black with #BEA0CE

Text Example


Text Example

White with #BEA0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA0CE; }

 p { color: rgb(190,160,206); }

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

background-color css

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

 a { background-color: rgb(190,160,206); }

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

border-color css

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

 span { border-color: rgb(190,160,206); }

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