#BF98DE

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

Shades of Wisteria #BF98DE

Tints of Wisteria #BF98DE

Color information

#BF98DE (or 0xBF98DE) is unknown color: approx Wisteria. HEX triplet: BF, 98 and DE. RGB value is (191,152,222). Sum of RGB (Red+Green+Blue) = 191+152+222=565 (74% of max value = 765). Red value is 191 (75% from 255 or 33.81% from 565); Green value is 152 (59.77% from 255 or 26.90% from 565); Blue value is 222 (87.11% from 255 or 39.29% from 565); Max value from RGB is 222 - color contains mainly: blue. Hex color #BF98DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF98DE is #406721. Grayscale: #ABABAB. Windows color (decimal): -4220706 or 14588095. OLE color: 14588095.

HSL color Cylindrical-coordinate representation of color #BF98DE: hue angle of 273.43º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BF98DE is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB191152222-
CMYK0.140.3200.13
HSL273.43º51.47%73.33%-
HSV(B)273.43º31.53%87.06%-
XYZ45.938.8174.18-
YUV171.64156.42141.81-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.81%
GREEN value IS 152 (59.77% from 255) = 26.90%
BLUE value IS 222 (87.11% from 255) = 39.29%
R=33.81%
G=26.90%
B=39.29%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1911522220.140.3200.13273.4351.4773.33
HexBF98DEE200D1113349
Octal277230336164001542163111
Binary1011111110011000110111101110100000011011000100011100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF98DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF98DE; }

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

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

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

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

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

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

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

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