#BE9BCA

Color #BE9BCA Wisteria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wisteria #BE9BCA

Tints of Wisteria #BE9BCA

Color information

#BE9BCA (or 0xBE9BCA) is unknown color: approx Wisteria. HEX triplet: BE, 9B and CA. RGB value is (190,155,202). Sum of RGB (Red+Green+Blue) = 190+155+202=547 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.73% from 547); Green value is 155 (60.94% from 255 or 28.34% from 547); Blue value is 202 (79.30% from 255 or 36.93% from 547); Max value from RGB is 202 - color contains mainly: blue. Hex color #BE9BCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE9BCA is #416435. Grayscale: #AAAAAA. Windows color (decimal): -4285494 or 13278142. OLE color: 13278142.

HSL color Cylindrical-coordinate representation of color #BE9BCA: hue angle of 284.68º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BE9BCA is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB190155202-
CMYK0.060.2300.21
HSL284.68º30.72%70%-
HSV(B)284.68º23.27%79.22%-
XYZ43.6238.6561.04-
YUV170.82145.6141.68-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.73%
GREEN value IS 155 (60.94% from 255) = 28.34%
BLUE value IS 202 (79.30% from 255) = 36.93%
R=34.73%
G=28.34%
B=36.93%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1901552020.060.2300.21284.6830.7270
HexBE9BCA61701511d1f46
Octal27623331262702543537106
Binary10111110100110111100101011010111010101100011101111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9BCA; }

 p { color: rgb(190,155,202); }

 H1.HeaderClassName
 {
   color: #BE9BCA;
 }
 .AnyTagClassName
 {
   color: #BE9BCA;
 }
</style>
background-color css

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

 a { background-color: rgb(190,155,202); }

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

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

 span { border-color: rgb(190,155,202); }

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