#BD90CB

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

Shades of Wisteria #BD90CB

Tints of Wisteria #BD90CB

Color information

#BD90CB (or 0xBD90CB) is unknown color: approx Wisteria. HEX triplet: BD, 90 and CB. RGB value is (189,144,203). Sum of RGB (Red+Green+Blue) = 189+144+203=536 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.26% from 536); Green value is 144 (56.64% from 255 or 26.87% from 536); Blue value is 203 (79.69% from 255 or 37.87% from 536); Max value from RGB is 203 - color contains mainly: blue. Hex color #BD90CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD90CB is #426F34. Grayscale: #A3A3A3. Windows color (decimal): -4353845 or 13340861. OLE color: 13340861.

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

Color convert

RGB189144203-
CMYK0.070.2900.20
HSL285.76º36.2%68.04%-
HSV(B)285.76º29.06%79.61%-
XYZ41.7435.0861.07-
YUV164.18149.91145.7-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.26%
GREEN value IS 144 (56.64% from 255) = 26.87%
BLUE value IS 203 (79.69% from 255) = 37.87%
R=35.26%
G=26.87%
B=37.87%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1891442030.070.2900.20285.7636.268.04
HexBD90CB71D01411e2444
Octal27522031373502443644104
Binary101111011001000011001011111111010101001000111101001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD90CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD90CB; }

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

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

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

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

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

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

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

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