Html Css Color HEX #BEA0CB Wisteria

📋 copy color: '#BEA0CB'

red 190 ◦ green 160 ◦ blue 203

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

Shades of Wisteria #BEA0CB

Tints of Wisteria #BEA0CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 36.71%

R = 34.36%
G = 28.93%
B = 36.71%

CMYK

 C value IS 0.06

 M value IS 0.21

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BEA0CB (or 0xBEA0CB) is known color: Wisteria. HEX triplet: BE, A0 and CB. RGB value is (190,160,203). Sum of RGB (Red+Green+Blue) = 190+160+203=553 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.36% from 553); Green value is 160 (62.89% from 255 or 28.93% from 553); Blue value is 203 (79.69% from 255 or 36.71% from 553); Max value from RGB is 203 - color contains mainly: blue. Hex color #BEA0CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA0CB is #415F34. Grayscale: #ADADAD. Windows color (decimal): -4284213 or 13344958. OLE color: 13344958.

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

Color convert

RGB 190 160 203 -
CMYK 0.06 0.21 0 0.20
HSL 281.86º 0.29% 0.71% -
HSV(B) 281.86º 0.21% 0.8% -
XYZ 44.59 40.4 61.95 -
YUV 173.87 144.44 139.5 -
System Red Green Blue C M Y K H S L
Decimal 190 160 203 0.06 0.21 0 0.20 281.86 0.29 0.71
Hex BE A0 CB 6 15 0 14 11A 1D 47
Octal 276 240 313 6 25 0 24 432 35 107
Binary 10111110 10100000 11001011 110 10101 0 10100 100011010 11101 1000111

Color Harmonies of #BEA0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA0CB

Black with #BEA0CB

Text Example


Text Example

White with #BEA0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA0CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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