#BC9DCE

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

Shades of Wisteria #BC9DCE

Tints of Wisteria #BC9DCE

Color information

#BC9DCE (or 0xBC9DCE) is unknown color: approx Wisteria. HEX triplet: BC, 9D and CE. RGB value is (188,157,206). Sum of RGB (Red+Green+Blue) = 188+157+206=551 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.12% from 551); Green value is 157 (61.72% from 255 or 28.49% from 551); Blue value is 206 (80.86% from 255 or 37.39% from 551); Max value from RGB is 206 - color contains mainly: blue. Hex color #BC9DCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9DCE is #436231. Grayscale: #ABABAB. Windows color (decimal): -4416050 or 13540796. OLE color: 13540796.

HSL color Cylindrical-coordinate representation of color #BC9DCE: hue angle of 277.96º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BC9DCE is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB188157206-
CMYK0.090.2400.19
HSL277.96º33.33%71.18%-
HSV(B)277.96º23.79%80.78%-
XYZ43.9439.2663.66-
YUV171.86147.27139.52-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.12%
GREEN value IS 157 (61.72% from 255) = 28.49%
BLUE value IS 206 (80.86% from 255) = 37.39%
R=34.12%
G=28.49%
B=37.39%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1881572060.090.2400.19277.9633.3371.18
HexBC9DCE9180131162147
Octal274235316113002342641107
Binary1011110010011101110011101001110000100111000101101000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9DCE; }

 p { color: rgb(188,157,206); }

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

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

 a { background-color: rgb(188,157,206); }

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

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

 span { border-color: rgb(188,157,206); }

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