#B998CE

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

Shades of Wisteria #B998CE

Tints of Wisteria #B998CE

Color information

#B998CE (or 0xB998CE) is unknown color: approx Wisteria. HEX triplet: B9, 98 and CE. RGB value is (185,152,206). Sum of RGB (Red+Green+Blue) = 185+152+206=543 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.07% from 543); Green value is 152 (59.77% from 255 or 27.99% from 543); Blue value is 206 (80.86% from 255 or 37.94% from 543); Max value from RGB is 206 - color contains mainly: blue. Hex color #B998CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B998CE is #466731. Grayscale: #A7A7A7. Windows color (decimal): -4613938 or 13539513. OLE color: 13539513.

HSL color Cylindrical-coordinate representation of color #B998CE: hue angle of 276.67º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B998CE is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB185152206-
CMYK0.100.2600.19
HSL276.67º35.53%70.2%-
HSV(B)276.67º26.21%80.78%-
XYZ42.3837.2363.34-
YUV168.02149.43140.11-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.07%
GREEN value IS 152 (59.77% from 255) = 27.99%
BLUE value IS 206 (80.86% from 255) = 37.94%
R=34.07%
G=27.99%
B=37.94%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1851522060.100.2600.19276.6735.5370.2
HexB998CEA1A0131152446
Octal271230316123202342544106
Binary1011100110011000110011101010110100100111000101011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B998CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B998CE; }

 p { color: rgb(185,152,206); }

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

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

 a { background-color: rgb(185,152,206); }

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

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

 span { border-color: rgb(185,152,206); }

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