#BF98D6

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

Shades of Wisteria #BF98D6

Tints of Wisteria #BF98D6

Color information

#BF98D6 (or 0xBF98D6) is unknown color: approx Wisteria. HEX triplet: BF, 98 and D6. RGB value is (191,152,214). Sum of RGB (Red+Green+Blue) = 191+152+214=557 (73% of max value = 765). Red value is 191 (75% from 255 or 34.29% from 557); Green value is 152 (59.77% from 255 or 27.29% from 557); Blue value is 214 (83.98% from 255 or 38.42% from 557); Max value from RGB is 214 - color contains mainly: blue. Hex color #BF98D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF98D6 is #406729. Grayscale: #AAAAAA. Windows color (decimal): -4220714 or 14063807. OLE color: 14063807.

HSL color Cylindrical-coordinate representation of color #BF98D6: hue angle of 277.74º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BF98D6 is Cyan = 0.11, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB191152214-
CMYK0.110.2900.16
HSL277.74º43.06%71.76%-
HSV(B)277.74º28.97%83.92%-
XYZ44.8538.3968.66-
YUV170.73152.42142.46-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.29%
GREEN value IS 152 (59.77% from 255) = 27.29%
BLUE value IS 214 (83.98% from 255) = 38.42%
R=34.29%
G=27.29%
B=38.42%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1911522140.110.2900.16277.7443.0671.76
HexBF98D6B1D0101162b48
Octal277230326133502042653110
Binary1011111110011000110101101011111010100001000101101010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF98D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF98D6; }

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

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

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

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

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

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

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

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