#BC98CB

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

Shades of Wisteria #BC98CB

Tints of Wisteria #BC98CB

Color information

#BC98CB (or 0xBC98CB) is unknown color: approx Wisteria. HEX triplet: BC, 98 and CB. RGB value is (188,152,203). Sum of RGB (Red+Green+Blue) = 188+152+203=543 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.62% from 543); Green value is 152 (59.77% from 255 or 27.99% from 543); Blue value is 203 (79.69% from 255 or 37.38% from 543); Max value from RGB is 203 - color contains mainly: blue. Hex color #BC98CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC98CB is #436734. Grayscale: #A8A8A8. Windows color (decimal): -4417333 or 13342908. OLE color: 13342908.

HSL color Cylindrical-coordinate representation of color #BC98CB: hue angle of 282.35º degrees, saturation: 0.33, 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 #BC98CB is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB188152203-
CMYK0.070.2500.20
HSL282.35º32.9%69.61%-
HSV(B)282.35º25.12%79.61%-
XYZ42.7537.4661.48-
YUV168.58147.43141.85-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.62%
GREEN value IS 152 (59.77% from 255) = 27.99%
BLUE value IS 203 (79.69% from 255) = 37.38%
R=34.62%
G=27.99%
B=37.38%

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
Decimal1881522030.070.2500.20282.3532.969.61
HexBC98CB71901411a2146
Octal27423031373102443241106
Binary101111001001100011001011111110010101001000110101000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC98CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC98CB; }

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

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

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

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

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

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

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

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