#BC99C8

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

Shades of Wisteria #BC99C8

Tints of Wisteria #BC99C8

Color information

#BC99C8 (or 0xBC99C8) is unknown color: approx Wisteria. HEX triplet: BC, 99 and C8. RGB value is (188,153,200). Sum of RGB (Red+Green+Blue) = 188+153+200=541 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.75% from 541); Green value is 153 (60.16% from 255 or 28.28% from 541); Blue value is 200 (78.52% from 255 or 36.97% from 541); Max value from RGB is 200 - color contains mainly: blue. Hex color #BC99C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC99C8 is #436637. Grayscale: #A8A8A8. Windows color (decimal): -4417080 or 13146556. OLE color: 13146556.

HSL color Cylindrical-coordinate representation of color #BC99C8: hue angle of 284.68º degrees, saturation: 0.3, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BC99C8 is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB188153200-
CMYK0.060.2400.22
HSL284.68º29.94%69.22%-
HSV(B)284.68º23.5%78.43%-
XYZ42.5637.6459.67-
YUV168.82145.6141.68-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.75%
GREEN value IS 153 (60.16% from 255) = 28.28%
BLUE value IS 200 (78.52% from 255) = 36.97%
R=34.75%
G=28.28%
B=36.97%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1881532000.060.2400.22284.6829.9469.22
HexBC99C861801611d1e45
Octal27423131063002643536105
Binary10111100100110011100100011011000010110100011101111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC99C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC99C8; }

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

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

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

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

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

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

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

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