#BC91CA

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

Shades of East Side #BC91CA

Tints of East Side #BC91CA

Color information

#BC91CA (or 0xBC91CA) is unknown color: approx East Side. HEX triplet: BC, 91 and CA. RGB value is (188,145,202). Sum of RGB (Red+Green+Blue) = 188+145+202=535 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.14% from 535); Green value is 145 (57.03% from 255 or 27.10% from 535); Blue value is 202 (79.30% from 255 or 37.76% from 535); Max value from RGB is 202 - color contains mainly: blue. Hex color #BC91CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC91CA is #436E35. Grayscale: #A4A4A4. Windows color (decimal): -4419126 or 13275580. OLE color: 13275580.

HSL color Cylindrical-coordinate representation of color #BC91CA: hue angle of 285.26º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BC91CA is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB188145202-
CMYK0.070.2800.21
HSL285.26º34.97%68.04%-
HSV(B)285.26º28.22%79.22%-
XYZ41.5335.2160.48-
YUV164.36149.25144.87-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.14%
GREEN value IS 145 (57.03% from 255) = 27.10%
BLUE value IS 202 (79.30% from 255) = 37.76%
R=35.14%
G=27.10%
B=37.76%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1881452020.070.2800.21285.2634.9768.04
HexBC91CA71C01511d2344
Octal27422131273402543543104
Binary101111001001000111001010111111000101011000111011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC91CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC91CA; }

 p { color: rgb(188,145,202); }

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

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

 a { background-color: rgb(188,145,202); }

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

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

 span { border-color: rgb(188,145,202); }

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