#BD97CB

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

Shades of Wisteria #BD97CB

Tints of Wisteria #BD97CB

Color information

#BD97CB (or 0xBD97CB) is unknown color: approx Wisteria. HEX triplet: BD, 97 and CB. RGB value is (189,151,203). Sum of RGB (Red+Green+Blue) = 189+151+203=543 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.81% from 543); Green value is 151 (59.38% from 255 or 27.81% from 543); Blue value is 203 (79.69% from 255 or 37.38% from 543); Max value from RGB is 203 - color contains mainly: blue. Hex color #BD97CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD97CB is #426834. Grayscale: #A8A8A8. Windows color (decimal): -4352053 or 13342653. OLE color: 13342653.

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

Color convert

RGB189151203-
CMYK0.070.2600.20
HSL283.85º33.33%69.41%-
HSV(B)283.85º25.62%79.61%-
XYZ42.8337.2661.44-
YUV168.29147.59142.77-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.81%
GREEN value IS 151 (59.38% from 255) = 27.81%
BLUE value IS 203 (79.69% from 255) = 37.38%
R=34.81%
G=27.81%
B=37.38%

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
Decimal1891512030.070.2600.20283.8533.3369.41
HexBD97CB71A01411c2145
Octal27522731373202443441105
Binary101111011001011111001011111110100101001000111001000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD97CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD97CB; }

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

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

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

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

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

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

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

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