#BF98CC

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

Shades of Wisteria #BF98CC

Tints of Wisteria #BF98CC

Color information

#BF98CC (or 0xBF98CC) is unknown color: approx Wisteria. HEX triplet: BF, 98 and CC. RGB value is (191,152,204). Sum of RGB (Red+Green+Blue) = 191+152+204=547 (72% of max value = 765). Red value is 191 (75% from 255 or 34.92% from 547); Green value is 152 (59.77% from 255 or 27.79% from 547); Blue value is 204 (80.08% from 255 or 37.29% from 547); Max value from RGB is 204 - color contains mainly: blue. Hex color #BF98CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF98CC is #406733. Grayscale: #A9A9A9. Windows color (decimal): -4220724 or 13408447. OLE color: 13408447.

HSL color Cylindrical-coordinate representation of color #BF98CC: hue angle of 285º degrees, saturation: 0.34, 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 #BF98CC is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB191152204-
CMYK0.060.2500.2
HSL285º33.77%69.8%-
HSV(B)285º25.49%80%-
XYZ43.6137.8962.14-
YUV169.59147.42143.27-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.92%
GREEN value IS 152 (59.77% from 255) = 27.79%
BLUE value IS 204 (80.08% from 255) = 37.29%
R=34.92%
G=27.79%
B=37.29%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1911522040.060.2500.228533.7769.8
HexBF98CC61901411d2246
Octal27723031463102443542106
Binary101111111001100011001100110110010101001000111011000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF98CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF98CC; }

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

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

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

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

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

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

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

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