#BF99D3

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

Shades of Wisteria #BF99D3

Tints of Wisteria #BF99D3

Color information

#BF99D3 (or 0xBF99D3) is unknown color: approx Wisteria. HEX triplet: BF, 99 and D3. RGB value is (191,153,211). Sum of RGB (Red+Green+Blue) = 191+153+211=555 (73% of max value = 765). Red value is 191 (75% from 255 or 34.41% from 555); Green value is 153 (60.16% from 255 or 27.57% from 555); Blue value is 211 (82.81% from 255 or 38.02% from 555); Max value from RGB is 211 - color contains mainly: blue. Hex color #BF99D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF99D3 is #40662C. Grayscale: #AAAAAA. Windows color (decimal): -4220461 or 13867455. OLE color: 13867455.

HSL color Cylindrical-coordinate representation of color #BF99D3: hue angle of 279.31º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BF99D3 is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB191153211-
CMYK0.090.2700.17
HSL279.31º39.73%71.37%-
HSV(B)279.31º27.49%82.75%-
XYZ44.6338.5666.72-
YUV170.97150.59142.28-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.41%
GREEN value IS 153 (60.16% from 255) = 27.57%
BLUE value IS 211 (82.81% from 255) = 38.02%
R=34.41%
G=27.57%
B=38.02%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1911532110.090.2700.17279.3139.7371.37
HexBF99D391B0111172847
Octal277231323113302142750107
Binary1011111110011001110100111001110110100011000101111010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF99D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF99D3; }

 p { color: rgb(191,153,211); }

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

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

 a { background-color: rgb(191,153,211); }

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

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

 span { border-color: rgb(191,153,211); }

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