#BC9CCA

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

Shades of Wisteria #BC9CCA

Tints of Wisteria #BC9CCA

Color information

#BC9CCA (or 0xBC9CCA) is unknown color: approx Wisteria. HEX triplet: BC, 9C and CA. RGB value is (188,156,202). Sum of RGB (Red+Green+Blue) = 188+156+202=546 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.43% from 546); Green value is 156 (61.33% from 255 or 28.57% from 546); Blue value is 202 (79.30% from 255 or 37.00% from 546); Max value from RGB is 202 - color contains mainly: blue. Hex color #BC9CCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9CCA is #436335. Grayscale: #AAAAAA. Windows color (decimal): -4416310 or 13278396. OLE color: 13278396.

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

Color convert

RGB188156202-
CMYK0.070.2300.21
HSL281.74º30.26%70.2%-
HSV(B)281.74º22.77%79.22%-
XYZ43.2938.7361.07-
YUV170.81145.6140.26-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.43%
GREEN value IS 156 (61.33% from 255) = 28.57%
BLUE value IS 202 (79.30% from 255) = 37.00%
R=34.43%
G=28.57%
B=37.00%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1881562020.070.2300.21281.7430.2670.2
HexBC9CCA71701511a1e46
Octal27423431272702543236106
Binary10111100100111001100101011110111010101100011010111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9CCA; }

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

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

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

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

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

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

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

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