#BF99CF

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

Shades of Wisteria #BF99CF

Tints of Wisteria #BF99CF

Color information

#BF99CF (or 0xBF99CF) is unknown color: approx Wisteria. HEX triplet: BF, 99 and CF. RGB value is (191,153,207). Sum of RGB (Red+Green+Blue) = 191+153+207=551 (72% of max value = 765). Red value is 191 (75% from 255 or 34.66% from 551); Green value is 153 (60.16% from 255 or 27.77% from 551); Blue value is 207 (81.25% from 255 or 37.57% from 551); Max value from RGB is 207 - color contains mainly: blue. Hex color #BF99CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF99CF is #406630. Grayscale: #AAAAAA. Windows color (decimal): -4220465 or 13605311. OLE color: 13605311.

HSL color Cylindrical-coordinate representation of color #BF99CF: hue angle of 282.22º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BF99CF is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB191153207-
CMYK0.080.2600.19
HSL282.22º36%70.59%-
HSV(B)282.22º26.09%81.18%-
XYZ44.1438.3664.11-
YUV170.52148.59142.61-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.66%
GREEN value IS 153 (60.16% from 255) = 27.77%
BLUE value IS 207 (81.25% from 255) = 37.57%
R=34.66%
G=27.77%
B=37.57%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1911532070.080.2600.19282.223670.59
HexBF99CF81A01311a2447
Octal277231317103202343244107
Binary1011111110011001110011111000110100100111000110101001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF99CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF99CF; }

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

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

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

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

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

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

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

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