#BC98CA

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

Shades of Wisteria #BC98CA

Tints of Wisteria #BC98CA

Color information

#BC98CA (or 0xBC98CA) is unknown color: approx Wisteria. HEX triplet: BC, 98 and CA. RGB value is (188,152,202). Sum of RGB (Red+Green+Blue) = 188+152+202=542 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.69% from 542); Green value is 152 (59.77% from 255 or 28.04% from 542); Blue value is 202 (79.30% from 255 or 37.27% from 542); Max value from RGB is 202 - color contains mainly: blue. Hex color #BC98CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC98CA is #436735. Grayscale: #A8A8A8. Windows color (decimal): -4417334 or 13277372. OLE color: 13277372.

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

Color convert

RGB188152202-
CMYK0.070.2500.21
HSL283.2º32.05%69.41%-
HSV(B)283.2º24.75%79.22%-
XYZ42.6337.4160.85-
YUV168.46146.93141.93-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.69%
GREEN value IS 152 (59.77% from 255) = 28.04%
BLUE value IS 202 (79.30% from 255) = 37.27%
R=34.69%
G=28.04%
B=37.27%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1881522020.070.2500.21283.232.0569.41
HexBC98CA71901511b2045
Octal27423031273102543340105
Binary101111001001100011001010111110010101011000110111000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC98CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC98CA; }

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

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

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

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

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

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

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

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