#BC92CD

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

Shades of Wisteria #BC92CD

Tints of Wisteria #BC92CD

Color information

#BC92CD (or 0xBC92CD) is unknown color: approx Wisteria. HEX triplet: BC, 92 and CD. RGB value is (188,146,205). Sum of RGB (Red+Green+Blue) = 188+146+205=539 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.88% from 539); Green value is 146 (57.42% from 255 or 27.09% from 539); Blue value is 205 (80.47% from 255 or 38.03% from 539); Max value from RGB is 205 - color contains mainly: blue. Hex color #BC92CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC92CD is #436D32. Grayscale: #A5A5A5. Windows color (decimal): -4418867 or 13472444. OLE color: 13472444.

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

Color convert

RGB188146205-
CMYK0.080.2900.20
HSL282.71º37.11%68.82%-
HSV(B)282.71º28.78%80.39%-
XYZ42.0435.6662.42-
YUV165.28150.41144.2-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.88%
GREEN value IS 146 (57.42% from 255) = 27.09%
BLUE value IS 205 (80.47% from 255) = 38.03%
R=34.88%
G=27.09%
B=38.03%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1881462050.080.2900.20282.7137.1168.82
HexBC92CD81D01411b2545
Octal274222315103502443345105
Binary1011110010010010110011011000111010101001000110111001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC92CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC92CD; }

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

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

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

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

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

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

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

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