#BC95CB

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

Shades of Wisteria #BC95CB

Tints of Wisteria #BC95CB

Color information

#BC95CB (or 0xBC95CB) is unknown color: approx Wisteria. HEX triplet: BC, 95 and CB. RGB value is (188,149,203). Sum of RGB (Red+Green+Blue) = 188+149+203=540 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.81% from 540); Green value is 149 (58.59% from 255 or 27.59% from 540); Blue value is 203 (79.69% from 255 or 37.59% from 540); Max value from RGB is 203 - color contains mainly: blue. Hex color #BC95CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC95CB is #436A34. Grayscale: #A6A6A6. Windows color (decimal): -4418101 or 13342140. OLE color: 13342140.

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

Color convert

RGB188149203-
CMYK0.070.2700.20
HSL283.33º34.18%69.02%-
HSV(B)283.33º26.6%79.61%-
XYZ42.2736.561.32-
YUV166.82148.42143.11-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.81%
GREEN value IS 149 (58.59% from 255) = 27.59%
BLUE value IS 203 (79.69% from 255) = 37.59%
R=34.81%
G=27.59%
B=37.59%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1881492030.070.2700.20283.3334.1869.02
HexBC95CB71B01411b2245
Octal27422531373302443342105
Binary101111001001010111001011111110110101001000110111000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC95CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC95CB; }

 p { color: rgb(188,149,203); }

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

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

 a { background-color: rgb(188,149,203); }

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

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

 span { border-color: rgb(188,149,203); }

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