Html Css Color HEX #BEA1D0 Wisteria

📋 copy color: '#BEA1D0'

red 190 ◦ green 161 ◦ blue 208

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

Shades of Wisteria #BEA1D0

Tints of Wisteria #BEA1D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 37.21%

R = 33.99%
G = 28.8%
B = 37.21%

CMYK

 C value IS 0.09

 M value IS 0.23

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BEA1D0 (or 0xBEA1D0) is known color: Wisteria. HEX triplet: BE, A1 and D0. RGB value is (190,161,208). Sum of RGB (Red+Green+Blue) = 190+161+208=559 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.99% from 559); Green value is 161 (63.28% from 255 or 28.80% from 559); Blue value is 208 (81.64% from 255 or 37.21% from 559); Max value from RGB is 208 - color contains mainly: blue. Hex color #BEA1D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA1D0 is #415E2F. Grayscale: #AEAEAE. Windows color (decimal): -4283952 or 13672894. OLE color: 13672894.

HSL color Cylindrical-coordinate representation of color #BEA1D0: hue angle of 277.02º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BEA1D0 is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 190 161 208 -
CMYK 0.09 0.23 0 0.18
HSL 277.02º 0.33% 0.72% -
HSV(B) 277.02º 0.23% 0.82% -
XYZ 45.37 40.99 65.2 -
YUV 175.03 146.61 138.68 -
System Red Green Blue C M Y K H S L
Decimal 190 161 208 0.09 0.23 0 0.18 277.02 0.33 0.72
Hex BE A1 D0 9 17 0 12 115 21 48
Octal 276 241 320 11 27 0 22 425 41 110
Binary 10111110 10100001 11010000 1001 10111 0 10010 100010101 100001 1001000

Color Harmonies of #BEA1D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA1D0

Black with #BEA1D0

Text Example


Text Example

White with #BEA1D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA1D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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