#BF97CB

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

Shades of Wisteria #BF97CB

Tints of Wisteria #BF97CB

Color information

#BF97CB (or 0xBF97CB) is unknown color: approx Wisteria. HEX triplet: BF, 97 and CB. RGB value is (191,151,203). Sum of RGB (Red+Green+Blue) = 191+151+203=545 (72% of max value = 765). Red value is 191 (75% from 255 or 35.05% from 545); Green value is 151 (59.38% from 255 or 27.71% from 545); Blue value is 203 (79.69% from 255 or 37.25% from 545); Max value from RGB is 203 - color contains mainly: blue. Hex color #BF97CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF97CB is #406834. Grayscale: #A8A8A8. Windows color (decimal): -4220981 or 13342655. OLE color: 13342655.

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

Color convert

RGB191151203-
CMYK0.060.2600.20
HSL286.15º33.33%69.41%-
HSV(B)286.15º25.62%79.61%-
XYZ43.3337.5261.46-
YUV168.89147.25143.77-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.05%
GREEN value IS 151 (59.38% from 255) = 27.71%
BLUE value IS 203 (79.69% from 255) = 37.25%
R=35.05%
G=27.71%
B=37.25%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1911512030.060.2600.20286.1533.3369.41
HexBF97CB61A01411e2145
Octal27722731363202443641105
Binary101111111001011111001011110110100101001000111101000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF97CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF97CB; }

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

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

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

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

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

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

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

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