#BC88DE

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

Shades of Wisteria #BC88DE

Tints of Wisteria #BC88DE

Color information

#BC88DE (or 0xBC88DE) is unknown color: approx Wisteria. HEX triplet: BC, 88 and DE. RGB value is (188,136,222). Sum of RGB (Red+Green+Blue) = 188+136+222=546 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.43% from 546); Green value is 136 (53.52% from 255 or 24.91% from 546); Blue value is 222 (87.11% from 255 or 40.66% from 546); Max value from RGB is 222 - color contains mainly: blue. Hex color #BC88DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC88DE is #437721. Grayscale: #A1A1A1. Windows color (decimal): -4421410 or 14583996. OLE color: 14583996.

HSL color Cylindrical-coordinate representation of color #BC88DE: hue angle of 276.28º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BC88DE is Cyan = 0.15, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB188136222-
CMYK0.150.3900.13
HSL276.28º56.58%70.2%-
HSV(B)276.28º38.74%87.06%-
XYZ42.7333.5773.34-
YUV161.35162.23147.01-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.43%
GREEN value IS 136 (53.52% from 255) = 24.91%
BLUE value IS 222 (87.11% from 255) = 40.66%
R=34.43%
G=24.91%
B=40.66%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1881362220.150.3900.13276.2856.5870.2
HexBC88DEF270D1143946
Octal274210336174701542471106
Binary1011110010001000110111101111100111011011000101001110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC88DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC88DE; }

 p { color: rgb(188,136,222); }

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

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

 a { background-color: rgb(188,136,222); }

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

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

 span { border-color: rgb(188,136,222); }

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