Html Css Color HEX #BEA2CB Wisteria

📋 copy color: '#BEA2CB'

red 190 ◦ green 162 ◦ blue 203

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

Shades of Wisteria #BEA2CB

Tints of Wisteria #BEA2CB

RGB

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

 GREEN value IS 162 (63.67% from 255) = 29.19%

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

R = 34.23%
G = 29.19%
B = 36.58%

CMYK

 C value IS 0.06

 M value IS 0.20

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BEA2CB (or 0xBEA2CB) is known color: Wisteria. HEX triplet: BE, A2 and CB. RGB value is (190,162,203). Sum of RGB (Red+Green+Blue) = 190+162+203=555 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.23% from 555); Green value is 162 (63.67% from 255 or 29.19% from 555); Blue value is 203 (79.69% from 255 or 36.58% from 555); Max value from RGB is 203 - color contains mainly: blue. Hex color #BEA2CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA2CB is #415D34. Grayscale: #AEAEAE. Windows color (decimal): -4283701 or 13345470. OLE color: 13345470.

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

Color convert

RGB 190 162 203 -
CMYK 0.06 0.20 0 0.20
HSL 280.98º 0.28% 0.72% -
HSV(B) 280.98º 0.2% 0.8% -
XYZ 44.94 41.1 62.06 -
YUV 175.05 143.78 138.67 -
System Red Green Blue C M Y K H S L
Decimal 190 162 203 0.06 0.20 0 0.20 280.98 0.28 0.72
Hex BE A2 CB 6 14 0 14 119 1C 48
Octal 276 242 313 6 24 0 24 431 34 110
Binary 10111110 10100010 11001011 110 10100 0 10100 100011001 11100 1001000

Color Harmonies of #BEA2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA2CB

Black with #BEA2CB

Text Example


Text Example

White with #BEA2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA2CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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