#BCA2C9

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

Shades of Wisteria #BCA2C9

Tints of Wisteria #BCA2C9

Color information

#BCA2C9 (or 0xBCA2C9) is unknown color: approx Wisteria. HEX triplet: BC, A2 and C9. RGB value is (188,162,201). Sum of RGB (Red+Green+Blue) = 188+162+201=551 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.12% from 551); Green value is 162 (63.67% from 255 or 29.40% from 551); Blue value is 201 (78.91% from 255 or 36.48% from 551); Max value from RGB is 201 - color contains mainly: blue. Hex color #BCA2C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA2C9 is #435D36. Grayscale: #AEAEAE. Windows color (decimal): -4414775 or 13214396. OLE color: 13214396.

HSL color Cylindrical-coordinate representation of color #BCA2C9: hue angle of 280º degrees, saturation: 0.27, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCA2C9 is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB188162201-
CMYK0.060.1900.21
HSL280º26.53%71.18%-
HSV(B)280º19.4%78.82%-
XYZ44.240.7560.79-
YUV174.22143.11137.83-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.12%
GREEN value IS 162 (63.67% from 255) = 29.40%
BLUE value IS 201 (78.91% from 255) = 36.48%
R=34.12%
G=29.40%
B=36.48%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1881622010.060.1900.2128026.5371.18
HexBCA2C96130151181b47
Octal27424231162302543033107
Binary10111100101000101100100111010011010101100011000110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA2C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA2C9; }

 p { color: rgb(188,162,201); }

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

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

 a { background-color: rgb(188,162,201); }

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

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

 span { border-color: rgb(188,162,201); }

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