#BF94CB

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

Shades of Wisteria #BF94CB

Tints of Wisteria #BF94CB

Color information

#BF94CB (or 0xBF94CB) is unknown color: approx Wisteria. HEX triplet: BF, 94 and CB. RGB value is (191,148,203). Sum of RGB (Red+Green+Blue) = 191+148+203=542 (71% of max value = 765). Red value is 191 (75% from 255 or 35.24% from 542); Green value is 148 (58.20% from 255 or 27.31% from 542); Blue value is 203 (79.69% from 255 or 37.45% from 542); Max value from RGB is 203 - color contains mainly: blue. Hex color #BF94CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF94CB is #406B34. Grayscale: #A6A6A6. Windows color (decimal): -4221749 or 13341887. OLE color: 13341887.

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

Color convert

RGB191148203-
CMYK0.060.2700.20
HSL286.91º34.59%68.82%-
HSV(B)286.91º27.09%79.61%-
XYZ42.8636.5761.3-
YUV167.13148.25145.03-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.24%
GREEN value IS 148 (58.20% from 255) = 27.31%
BLUE value IS 203 (79.69% from 255) = 37.45%
R=35.24%
G=27.31%
B=37.45%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1911482030.060.2700.20286.9134.5968.82
HexBF94CB61B01411f2345
Octal27722431363302443743105
Binary101111111001010011001011110110110101001000111111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF94CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF94CB; }

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

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

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

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

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

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

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

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