#BF98CD

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

Shades of Wisteria #BF98CD

Tints of Wisteria #BF98CD

Color information

#BF98CD (or 0xBF98CD) is unknown color: approx Wisteria. HEX triplet: BF, 98 and CD. RGB value is (191,152,205). Sum of RGB (Red+Green+Blue) = 191+152+205=548 (72% of max value = 765). Red value is 191 (75% from 255 or 34.85% from 548); Green value is 152 (59.77% from 255 or 27.74% from 548); Blue value is 205 (80.47% from 255 or 37.41% from 548); Max value from RGB is 205 - color contains mainly: blue. Hex color #BF98CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF98CD is #406732. Grayscale: #A9A9A9. Windows color (decimal): -4220723 or 13473983. OLE color: 13473983.

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

Color convert

RGB191152205-
CMYK0.070.2600.20
HSL284.15º34.64%70%-
HSV(B)284.15º25.85%80.39%-
XYZ43.7337.9462.78-
YUV169.7147.92143.19-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.85%
GREEN value IS 152 (59.77% from 255) = 27.74%
BLUE value IS 205 (80.47% from 255) = 37.41%
R=34.85%
G=27.74%
B=37.41%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1911522050.070.2600.20284.1534.6470
HexBF98CD71A01411c2346
Octal27723031573202443443106
Binary101111111001100011001101111110100101001000111001000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF98CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF98CD; }

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

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

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

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

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

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

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

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