#BC92D5

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

Shades of Wisteria #BC92D5

Tints of Wisteria #BC92D5

Color information

#BC92D5 (or 0xBC92D5) is unknown color: approx Wisteria. HEX triplet: BC, 92 and D5. RGB value is (188,146,213). Sum of RGB (Red+Green+Blue) = 188+146+213=547 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.37% from 547); Green value is 146 (57.42% from 255 or 26.69% from 547); Blue value is 213 (83.59% from 255 or 38.94% from 547); Max value from RGB is 213 - color contains mainly: blue. Hex color #BC92D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC92D5 is #436D2A. Grayscale: #A5A5A5. Windows color (decimal): -4418859 or 13996732. OLE color: 13996732.

HSL color Cylindrical-coordinate representation of color #BC92D5: hue angle of 277.61º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BC92D5 is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB188146213-
CMYK0.120.3100.16
HSL277.61º44.37%70.39%-
HSV(B)277.61º31.46%83.53%-
XYZ43.0336.0567.64-
YUV166.2154.41143.55-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.37%
GREEN value IS 146 (57.42% from 255) = 26.69%
BLUE value IS 213 (83.59% from 255) = 38.94%
R=34.37%
G=26.69%
B=38.94%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1881462130.120.3100.16277.6144.3770.39
HexBC92D5C1F0101162c46
Octal274222325143702042654106
Binary1011110010010010110101011100111110100001000101101011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC92D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC92D5; }

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

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

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

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

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

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

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

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