#BC92CE

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

Shades of Wisteria #BC92CE

Tints of Wisteria #BC92CE

Color information

#BC92CE (or 0xBC92CE) is unknown color: approx Wisteria. HEX triplet: BC, 92 and CE. RGB value is (188,146,206). Sum of RGB (Red+Green+Blue) = 188+146+206=540 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.81% from 540); Green value is 146 (57.42% from 255 or 27.04% from 540); Blue value is 206 (80.86% from 255 or 38.15% from 540); Max value from RGB is 206 - color contains mainly: blue. Hex color #BC92CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC92CE is #436D31. Grayscale: #A5A5A5. Windows color (decimal): -4418866 or 13537980. OLE color: 13537980.

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

Color convert

RGB188146206-
CMYK0.090.2900.19
HSL282º37.97%69.02%-
HSV(B)282º29.13%80.78%-
XYZ42.1635.7163.06-
YUV165.4150.91144.12-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.81%
GREEN value IS 146 (57.42% from 255) = 27.04%
BLUE value IS 206 (80.86% from 255) = 38.15%
R=34.81%
G=27.04%
B=38.15%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1881462060.090.2900.1928237.9769.02
HexBC92CE91D01311a2645
Octal274222316113502343246105
Binary1011110010010010110011101001111010100111000110101001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC92CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC92CE; }

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

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

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

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

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

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

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

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