#BC90CC

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

Shades of East Side #BC90CC

Tints of East Side #BC90CC

Color information

#BC90CC (or 0xBC90CC) is unknown color: approx East Side. HEX triplet: BC, 90 and CC. RGB value is (188,144,204). Sum of RGB (Red+Green+Blue) = 188+144+204=536 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.07% from 536); Green value is 144 (56.64% from 255 or 26.87% from 536); Blue value is 204 (80.08% from 255 or 38.06% from 536); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC90CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC90CC is #436F33. Grayscale: #A3A3A3. Windows color (decimal): -4419380 or 13406396. OLE color: 13406396.

HSL color Cylindrical-coordinate representation of color #BC90CC: hue angle of 284º 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 #BC90CC is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB188144204-
CMYK0.080.2900.2
HSL284º37.04%68.24%-
HSV(B)284º29.41%80%-
XYZ41.613561.69-
YUV164150.58145.12-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.07%
GREEN value IS 144 (56.64% from 255) = 26.87%
BLUE value IS 204 (80.08% from 255) = 38.06%
R=35.07%
G=26.87%
B=38.06%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1881442040.080.2900.228437.0468.24
HexBC90CC81D01411c2544
Octal274220314103502443445104
Binary1011110010010000110011001000111010101001000111001001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC90CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC90CC; }

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

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

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

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

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

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

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

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