#BE98CB

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

Shades of Wisteria #BE98CB

Tints of Wisteria #BE98CB

Color information

#BE98CB (or 0xBE98CB) is unknown color: approx Wisteria. HEX triplet: BE, 98 and CB. RGB value is (190,152,203). Sum of RGB (Red+Green+Blue) = 190+152+203=545 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.86% from 545); Green value is 152 (59.77% from 255 or 27.89% from 545); Blue value is 203 (79.69% from 255 or 37.25% from 545); Max value from RGB is 203 - color contains mainly: blue. Hex color #BE98CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE98CB is #416734. Grayscale: #A9A9A9. Windows color (decimal): -4286261 or 13342910. OLE color: 13342910.

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

Color convert

RGB190152203-
CMYK0.060.2500.20
HSL284.71º32.9%69.61%-
HSV(B)284.71º25.12%79.61%-
XYZ43.2437.7261.5-
YUV169.18147.09142.85-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.86%
GREEN value IS 152 (59.77% from 255) = 27.89%
BLUE value IS 203 (79.69% from 255) = 37.25%
R=34.86%
G=27.89%
B=37.25%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1901522030.060.2500.20284.7132.969.61
HexBE98CB61901411d2146
Octal27623031363102443541106
Binary101111101001100011001011110110010101001000111011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE98CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE98CB; }

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

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

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

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

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

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

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

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