#BC9CCB

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

Shades of Wisteria #BC9CCB

Tints of Wisteria #BC9CCB

Color information

#BC9CCB (or 0xBC9CCB) is unknown color: approx Wisteria. HEX triplet: BC, 9C and CB. RGB value is (188,156,203). Sum of RGB (Red+Green+Blue) = 188+156+203=547 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.37% from 547); Green value is 156 (61.33% from 255 or 28.52% from 547); Blue value is 203 (79.69% from 255 or 37.11% from 547); Max value from RGB is 203 - color contains mainly: blue. Hex color #BC9CCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9CCB is #436334. Grayscale: #AAAAAA. Windows color (decimal): -4416309 or 13343932. OLE color: 13343932.

HSL color Cylindrical-coordinate representation of color #BC9CCB: hue angle of 280.85º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BC9CCB is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB188156203-
CMYK0.070.2300.20
HSL280.85º31.13%70.39%-
HSV(B)280.85º23.15%79.61%-
XYZ43.4138.7861.7-
YUV170.93146.1140.18-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.37%
GREEN value IS 156 (61.33% from 255) = 28.52%
BLUE value IS 203 (79.69% from 255) = 37.11%
R=34.37%
G=28.52%
B=37.11%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1881562030.070.2300.20280.8531.1370.39
HexBC9CCB7170141191f46
Octal27423431372702443137106
Binary10111100100111001100101111110111010100100011001111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9CCB; }

 p { color: rgb(188,156,203); }

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

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

 a { background-color: rgb(188,156,203); }

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

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

 span { border-color: rgb(188,156,203); }

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