#BF99CD

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

Shades of Wisteria #BF99CD

Tints of Wisteria #BF99CD

Color information

#BF99CD (or 0xBF99CD) is unknown color: approx Wisteria. HEX triplet: BF, 99 and CD. RGB value is (191,153,205). Sum of RGB (Red+Green+Blue) = 191+153+205=549 (72% of max value = 765). Red value is 191 (75% from 255 or 34.79% from 549); Green value is 153 (60.16% from 255 or 27.87% from 549); Blue value is 205 (80.47% from 255 or 37.34% from 549); Max value from RGB is 205 - color contains mainly: blue. Hex color #BF99CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF99CD is #406632. Grayscale: #AAAAAA. Windows color (decimal): -4220467 or 13474239. OLE color: 13474239.

HSL color Cylindrical-coordinate representation of color #BF99CD: hue angle of 283.85º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BF99CD is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB191153205-
CMYK0.070.2500.20
HSL283.85º34.21%70.2%-
HSV(B)283.85º25.37%80.39%-
XYZ43.938.2762.83-
YUV170.29147.59142.77-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.79%
GREEN value IS 153 (60.16% from 255) = 27.87%
BLUE value IS 205 (80.47% from 255) = 37.34%
R=34.79%
G=27.87%
B=37.34%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1911532050.070.2500.20283.8534.2170.2
HexBF99CD71901411c2246
Octal27723131573102443442106
Binary101111111001100111001101111110010101001000111001000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF99CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF99CD; }

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

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

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

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

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

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

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

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