#BC98CD

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

Shades of Wisteria #BC98CD

Tints of Wisteria #BC98CD

Color information

#BC98CD (or 0xBC98CD) is unknown color: approx Wisteria. HEX triplet: BC, 98 and CD. RGB value is (188,152,205). Sum of RGB (Red+Green+Blue) = 188+152+205=545 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.50% from 545); Green value is 152 (59.77% from 255 or 27.89% from 545); Blue value is 205 (80.47% from 255 or 37.61% from 545); Max value from RGB is 205 - color contains mainly: blue. Hex color #BC98CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC98CD is #436732. Grayscale: #A8A8A8. Windows color (decimal): -4417331 or 13473980. OLE color: 13473980.

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

Color convert

RGB188152205-
CMYK0.080.2600.20
HSL280.75º34.64%70%-
HSV(B)280.75º25.85%80.39%-
XYZ42.9937.5662.74-
YUV168.81148.43141.69-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.50%
GREEN value IS 152 (59.77% from 255) = 27.89%
BLUE value IS 205 (80.47% from 255) = 37.61%
R=34.50%
G=27.89%
B=37.61%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1881522050.080.2600.20280.7534.6470
HexBC98CD81A0141192346
Octal274230315103202443143106
Binary1011110010011000110011011000110100101001000110011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC98CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC98CD; }

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

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

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

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

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

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

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

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