#BF97CC

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

Shades of Wisteria #BF97CC

Tints of Wisteria #BF97CC

Color information

#BF97CC (or 0xBF97CC) is unknown color: approx Wisteria. HEX triplet: BF, 97 and CC. RGB value is (191,151,204). Sum of RGB (Red+Green+Blue) = 191+151+204=546 (72% of max value = 765). Red value is 191 (75% from 255 or 34.98% from 546); Green value is 151 (59.38% from 255 or 27.66% from 546); Blue value is 204 (80.08% from 255 or 37.36% from 546); Max value from RGB is 204 - color contains mainly: blue. Hex color #BF97CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF97CC is #406833. Grayscale: #A8A8A8. Windows color (decimal): -4220980 or 13408191. OLE color: 13408191.

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

Color convert

RGB191151204-
CMYK0.060.2600.2
HSL285.28º34.19%69.61%-
HSV(B)285.28º25.98%80%-
XYZ43.4537.5762.09-
YUV169147.75143.69-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.98%
GREEN value IS 151 (59.38% from 255) = 27.66%
BLUE value IS 204 (80.08% from 255) = 37.36%
R=34.98%
G=27.66%
B=37.36%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1911512040.060.2600.2285.2834.1969.61
HexBF97CC61A01411d2246
Octal27722731463202443542106
Binary101111111001011111001100110110100101001000111011000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF97CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF97CC; }

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

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

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

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

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

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

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

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