#BC99CB

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

Shades of Wisteria #BC99CB

Tints of Wisteria #BC99CB

Color information

#BC99CB (or 0xBC99CB) is unknown color: approx Wisteria. HEX triplet: BC, 99 and CB. RGB value is (188,153,203). Sum of RGB (Red+Green+Blue) = 188+153+203=544 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.56% from 544); Green value is 153 (60.16% from 255 or 28.12% from 544); Blue value is 203 (79.69% from 255 or 37.32% from 544); Max value from RGB is 203 - color contains mainly: blue. Hex color #BC99CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC99CB is #436634. Grayscale: #A9A9A9. Windows color (decimal): -4417077 or 13343164. OLE color: 13343164.

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

Color convert

RGB188153203-
CMYK0.070.2500.20
HSL282º32.47%69.8%-
HSV(B)282º24.63%79.61%-
XYZ42.9137.7961.53-
YUV169.16147.1141.43-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.56%
GREEN value IS 153 (60.16% from 255) = 28.12%
BLUE value IS 203 (79.69% from 255) = 37.32%
R=34.56%
G=28.12%
B=37.32%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1881532030.070.2500.2028232.4769.8
HexBC99CB71901411a2046
Octal27423131373102443240106
Binary101111001001100111001011111110010101001000110101000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC99CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC99CB; }

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

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

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

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

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

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

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

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