#BF90CC

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

Shades of Wisteria #BF90CC

Tints of Wisteria #BF90CC

Color information

#BF90CC (or 0xBF90CC) is unknown color: approx Wisteria. HEX triplet: BF, 90 and CC. RGB value is (191,144,204). Sum of RGB (Red+Green+Blue) = 191+144+204=539 (71% of max value = 765). Red value is 191 (75% from 255 or 35.44% from 539); Green value is 144 (56.64% from 255 or 26.72% from 539); Blue value is 204 (80.08% from 255 or 37.85% from 539); Max value from RGB is 204 - color contains mainly: blue. Hex color #BF90CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF90CC is #406F33. Grayscale: #A4A4A4. Windows color (decimal): -4222772 or 13406399. OLE color: 13406399.

HSL color Cylindrical-coordinate representation of color #BF90CC: hue angle of 287º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BF90CC is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB191144204-
CMYK0.060.2900.2
HSL287º37.04%68.24%-
HSV(B)287º29.41%80%-
XYZ42.3635.3861.72-
YUV164.89150.07146.62-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.44%
GREEN value IS 144 (56.64% from 255) = 26.72%
BLUE value IS 204 (80.08% from 255) = 37.85%
R=35.44%
G=26.72%
B=37.85%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1911442040.060.2900.228737.0468.24
HexBF90CC61D01411f2544
Octal27722031463502443745104
Binary101111111001000011001100110111010101001000111111001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF90CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF90CC; }

 p { color: rgb(191,144,204); }

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

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

 a { background-color: rgb(191,144,204); }

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

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

 span { border-color: rgb(191,144,204); }

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