#BE9CCD

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

Shades of Wisteria #BE9CCD

Tints of Wisteria #BE9CCD

Color information

#BE9CCD (or 0xBE9CCD) is unknown color: approx Wisteria. HEX triplet: BE, 9C and CD. RGB value is (190,156,205). Sum of RGB (Red+Green+Blue) = 190+156+205=551 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.48% from 551); Green value is 156 (61.33% from 255 or 28.31% from 551); Blue value is 205 (80.47% from 255 or 37.21% from 551); Max value from RGB is 205 - color contains mainly: blue. Hex color #BE9CCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE9CCD is #416332. Grayscale: #ABABAB. Windows color (decimal): -4285235 or 13475006. OLE color: 13475006.

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

Color convert

RGB190156205-
CMYK0.070.2400.20
HSL281.63º32.89%70.78%-
HSV(B)281.63º23.9%80.39%-
XYZ44.1439.1362.98-
YUV171.75146.76141.02-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.48%
GREEN value IS 156 (61.33% from 255) = 28.31%
BLUE value IS 205 (80.47% from 255) = 37.21%
R=34.48%
G=28.31%
B=37.21%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1901562050.070.2400.20281.6332.8970.78
HexBE9CCD71801411a2147
Octal27623431573002443241107
Binary101111101001110011001101111110000101001000110101000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9CCD; }

 p { color: rgb(190,156,205); }

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

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

 a { background-color: rgb(190,156,205); }

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

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

 span { border-color: rgb(190,156,205); }

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