#BD97CC

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

Shades of Wisteria #BD97CC

Tints of Wisteria #BD97CC

Color information

#BD97CC (or 0xBD97CC) is unknown color: approx Wisteria. HEX triplet: BD, 97 and CC. RGB value is (189,151,204). Sum of RGB (Red+Green+Blue) = 189+151+204=544 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.74% from 544); Green value is 151 (59.38% from 255 or 27.76% from 544); Blue value is 204 (80.08% from 255 or 37.5% from 544); Max value from RGB is 204 - color contains mainly: blue. Hex color #BD97CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD97CC is #426833. Grayscale: #A8A8A8. Windows color (decimal): -4352052 or 13408189. OLE color: 13408189.

HSL color Cylindrical-coordinate representation of color #BD97CC: hue angle of 283.02º degrees, saturation: 0.34, 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 #BD97CC is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB189151204-
CMYK0.070.2600.2
HSL283.02º34.19%69.61%-
HSV(B)283.02º25.98%80%-
XYZ42.9537.3162.06-
YUV168.4148.09142.69-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.74%
GREEN value IS 151 (59.38% from 255) = 27.76%
BLUE value IS 204 (80.08% from 255) = 37.5%
R=34.74%
G=27.76%
B=37.5%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1891512040.070.2600.2283.0234.1969.61
HexBD97CC71A01411b2246
Octal27522731473202443342106
Binary101111011001011111001100111110100101001000110111000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD97CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD97CC; }

 p { color: rgb(189,151,204); }

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

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

 a { background-color: rgb(189,151,204); }

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

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

 span { border-color: rgb(189,151,204); }

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