#BF99DA

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

Shades of Wisteria #BF99DA

Tints of Wisteria #BF99DA

Color information

#BF99DA (or 0xBF99DA) is unknown color: approx Wisteria. HEX triplet: BF, 99 and DA. RGB value is (191,153,218). Sum of RGB (Red+Green+Blue) = 191+153+218=562 (74% of max value = 765). Red value is 191 (75% from 255 or 33.99% from 562); Green value is 153 (60.16% from 255 or 27.22% from 562); Blue value is 218 (85.55% from 255 or 38.79% from 562); Max value from RGB is 218 - color contains mainly: blue. Hex color #BF99DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF99DA is #406625. Grayscale: #ABABAB. Windows color (decimal): -4220454 or 14326207. OLE color: 14326207.

HSL color Cylindrical-coordinate representation of color #BF99DA: hue angle of 275.08º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BF99DA is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB191153218-
CMYK0.120.3000.15
HSL275.08º46.76%72.75%-
HSV(B)275.08º29.82%85.49%-
XYZ45.5338.9271.44-
YUV171.77154.09141.71-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.99%
GREEN value IS 153 (60.16% from 255) = 27.22%
BLUE value IS 218 (85.55% from 255) = 38.79%
R=33.99%
G=27.22%
B=38.79%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1911532180.120.3000.15275.0846.7672.75
HexBF99DAC1E0F1132f49
Octal277231332143601742357111
Binary101111111001100111011010110011110011111000100111011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF99DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF99DA; }

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

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

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

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

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

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

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

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