#BC92CF

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

Shades of Wisteria #BC92CF

Tints of Wisteria #BC92CF

Color information

#BC92CF (or 0xBC92CF) is unknown color: approx Wisteria. HEX triplet: BC, 92 and CF. RGB value is (188,146,207). Sum of RGB (Red+Green+Blue) = 188+146+207=541 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.75% from 541); Green value is 146 (57.42% from 255 or 26.99% from 541); Blue value is 207 (81.25% from 255 or 38.26% from 541); Max value from RGB is 207 - color contains mainly: blue. Hex color #BC92CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC92CF is #436D30. Grayscale: #A5A5A5. Windows color (decimal): -4418865 or 13603516. OLE color: 13603516.

HSL color Cylindrical-coordinate representation of color #BC92CF: hue angle of 281.31º degrees, saturation: 0.39, 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 #BC92CF is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB188146207-
CMYK0.090.2900.19
HSL281.31º38.85%69.22%-
HSV(B)281.31º29.47%81.18%-
XYZ42.2835.7563.7-
YUV165.51151.41144.04-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.75%
GREEN value IS 146 (57.42% from 255) = 26.99%
BLUE value IS 207 (81.25% from 255) = 38.26%
R=34.75%
G=26.99%
B=38.26%

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
Decimal1881462070.090.2900.19281.3138.8569.22
HexBC92CF91D0131192745
Octal274222317113502343147105
Binary1011110010010010110011111001111010100111000110011001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC92CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC92CF; }

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

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

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

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

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

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

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

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