#B997CD

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

Shades of Wisteria #B997CD

Tints of Wisteria #B997CD

Color information

#B997CD (or 0xB997CD) is unknown color: approx Wisteria. HEX triplet: B9, 97 and CD. RGB value is (185,151,205). Sum of RGB (Red+Green+Blue) = 185+151+205=541 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.20% from 541); Green value is 151 (59.38% from 255 or 27.91% from 541); Blue value is 205 (80.47% from 255 or 37.89% from 541); Max value from RGB is 205 - color contains mainly: blue. Hex color #B997CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B997CD is #466832. Grayscale: #A7A7A7. Windows color (decimal): -4614195 or 13473721. OLE color: 13473721.

HSL color Cylindrical-coordinate representation of color #B997CD: hue angle of 277.78º 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 #B997CD is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB185151205-
CMYK0.100.2600.20
HSL277.78º35.06%69.8%-
HSV(B)277.78º26.34%80.39%-
XYZ42.0936.8662.65-
YUV167.32149.26140.61-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.20%
GREEN value IS 151 (59.38% from 255) = 27.91%
BLUE value IS 205 (80.47% from 255) = 37.89%
R=34.20%
G=27.91%
B=37.89%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1851512050.100.2600.20277.7835.0669.8
HexB997CDA1A0141162346
Octal271227315123202442643106
Binary1011100110010111110011011010110100101001000101101000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B997CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B997CD; }

 p { color: rgb(185,151,205); }

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

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

 a { background-color: rgb(185,151,205); }

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

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

 span { border-color: rgb(185,151,205); }

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