Html Css Color HEX #BEA1CC Wisteria

📋 copy color: '#BEA1CC'

red 190 ◦ green 161 ◦ blue 204

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

Shades of Wisteria #BEA1CC

Tints of Wisteria #BEA1CC

RGB

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

 GREEN value IS 161 (63.28% from 255) = 29.01%

 BLUE value IS 204 (80.08% from 255) = 36.76%

R = 34.23%
G = 29.01%
B = 36.76%

CMYK

 C value IS 0.07

 M value IS 0.21

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BEA1CC (or 0xBEA1CC) is known color: Wisteria. HEX triplet: BE, A1 and CC. RGB value is (190,161,204). Sum of RGB (Red+Green+Blue) = 190+161+204=555 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.23% from 555); Green value is 161 (63.28% from 255 or 29.01% from 555); Blue value is 204 (80.08% from 255 or 36.76% from 555); Max value from RGB is 204 - color contains mainly: blue. Hex color #BEA1CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA1CC is #415E33. Grayscale: #AEAEAE. Windows color (decimal): -4283956 or 13410750. OLE color: 13410750.

HSL color Cylindrical-coordinate representation of color #BEA1CC: hue angle of 280.47º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEA1CC is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 190 161 204 -
CMYK 0.07 0.21 0 0.2
HSL 280.47º 0.3% 0.72% -
HSV(B) 280.47º 0.21% 0.8% -
XYZ 44.88 40.8 62.64 -
YUV 174.57 144.61 139 -
System Red Green Blue C M Y K H S L
Decimal 190 161 204 0.07 0.21 0 0.2 280.47 0.3 0.72
Hex BE A1 CC 7 15 0 14 118 1E 48
Octal 276 241 314 7 25 0 24 430 36 110
Binary 10111110 10100001 11001100 111 10101 0 10100 100011000 11110 1001000

Color Harmonies of #BEA1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA1CC

Black with #BEA1CC

Text Example


Text Example

White with #BEA1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA1CC; }

 p { color: rgb(190,161,204); }

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

background-color css

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

 a { background-color: rgb(190,161,204); }

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

border-color css

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

 span { border-color: rgb(190,161,204); }

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