#BC99CF

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

Shades of Wisteria #BC99CF

Tints of Wisteria #BC99CF

Color information

#BC99CF (or 0xBC99CF) is unknown color: approx Wisteria. HEX triplet: BC, 99 and CF. RGB value is (188,153,207). Sum of RGB (Red+Green+Blue) = 188+153+207=548 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.31% from 548); Green value is 153 (60.16% from 255 or 27.92% from 548); Blue value is 207 (81.25% from 255 or 37.77% from 548); Max value from RGB is 207 - color contains mainly: blue. Hex color #BC99CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC99CF is #436630. Grayscale: #A9A9A9. Windows color (decimal): -4417073 or 13605308. OLE color: 13605308.

HSL color Cylindrical-coordinate representation of color #BC99CF: hue angle of 278.89º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BC99CF is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB188153207-
CMYK0.090.2600.19
HSL278.89º36%70.59%-
HSV(B)278.89º26.09%81.18%-
XYZ43.3937.9864.08-
YUV169.62149.1141.11-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.31%
GREEN value IS 153 (60.16% from 255) = 27.92%
BLUE value IS 207 (81.25% from 255) = 37.77%
R=34.31%
G=27.92%
B=37.77%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1881532070.090.2600.19278.893670.59
HexBC99CF91A0131172447
Octal274231317113202342744107
Binary1011110010011001110011111001110100100111000101111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC99CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC99CF; }

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

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

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

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

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

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

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

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