Html Css Color HEX #BE8ACE Wisteria

📋 copy color: '#BE8ACE'

red 190 ◦ green 138 ◦ blue 206

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

Shades of Wisteria #BE8ACE

Tints of Wisteria #BE8ACE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 25.84%

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

R = 35.58%
G = 25.84%
B = 38.58%

CMYK

 C value IS 0.08

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BE8ACE (or 0xBE8ACE) is known color: Wisteria. HEX triplet: BE, 8A and CE. RGB value is (190,138,206). Sum of RGB (Red+Green+Blue) = 190+138+206=534 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.58% from 534); Green value is 138 (54.30% from 255 or 25.84% from 534); Blue value is 206 (80.86% from 255 or 38.58% from 534); Max value from RGB is 206 - color contains mainly: blue. Hex color #BE8ACE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8ACE is #417531. Grayscale: #A1A1A1. Windows color (decimal): -4289842 or 13535934. OLE color: 13535934.

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

Color convert

RGB 190 138 206 -
CMYK 0.08 0.33 0 0.19
HSL 285.88º 0.41% 0.67% -
HSV(B) 285.88º 0.33% 0.81% -
XYZ 41.46 33.58 62.69 -
YUV 161.3 153.23 148.47 -
System Red Green Blue C M Y K H S L
Decimal 190 138 206 0.08 0.33 0 0.19 285.88 0.41 0.67
Hex BE 8A CE 8 21 0 13 11E 29 43
Octal 276 212 316 10 41 0 23 436 51 103
Binary 10111110 10001010 11001110 1000 100001 0 10011 100011110 101001 1000011

Color Harmonies of #BE8ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8ACE

Black with #BE8ACE

Text Example


Text Example

White with #BE8ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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