#BE98CD

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

Shades of Wisteria #BE98CD

Tints of Wisteria #BE98CD

Color information

#BE98CD (or 0xBE98CD) is unknown color: approx Wisteria. HEX triplet: BE, 98 and CD. RGB value is (190,152,205). Sum of RGB (Red+Green+Blue) = 190+152+205=547 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.73% from 547); Green value is 152 (59.77% from 255 or 27.79% from 547); Blue value is 205 (80.47% from 255 or 37.48% from 547); Max value from RGB is 205 - color contains mainly: blue. Hex color #BE98CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE98CD is #416732. Grayscale: #A9A9A9. Windows color (decimal): -4286259 or 13473982. OLE color: 13473982.

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

Color convert

RGB190152205-
CMYK0.070.2600.20
HSL283.02º34.64%70%-
HSV(B)283.02º25.85%80.39%-
XYZ43.4837.8162.76-
YUV169.4148.09142.69-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.73%
GREEN value IS 152 (59.77% from 255) = 27.79%
BLUE value IS 205 (80.47% from 255) = 37.48%
R=34.73%
G=27.79%
B=37.48%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1901522050.070.2600.20283.0234.6470
HexBE98CD71A01411b2346
Octal27623031573202443343106
Binary101111101001100011001101111110100101001000110111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE98CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE98CD; }

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

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

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

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

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

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

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

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