#BC90CB

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

Shades of East Side #BC90CB

Tints of East Side #BC90CB

Color information

#BC90CB (or 0xBC90CB) is unknown color: approx East Side. HEX triplet: BC, 90 and CB. RGB value is (188,144,203). Sum of RGB (Red+Green+Blue) = 188+144+203=535 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.14% from 535); Green value is 144 (56.64% from 255 or 26.92% from 535); Blue value is 203 (79.69% from 255 or 37.94% from 535); Max value from RGB is 203 - color contains mainly: blue. Hex color #BC90CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC90CB is #436F34. Grayscale: #A3A3A3. Windows color (decimal): -4419381 or 13340860. OLE color: 13340860.

HSL color Cylindrical-coordinate representation of color #BC90CB: hue angle of 284.75º degrees, saturation: 0.36, 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 #BC90CB is Cyan = 0.07, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB188144203-
CMYK0.070.2900.20
HSL284.75º36.2%68.04%-
HSV(B)284.75º29.06%79.61%-
XYZ41.4934.9561.06-
YUV163.88150.08145.2-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.14%
GREEN value IS 144 (56.64% from 255) = 26.92%
BLUE value IS 203 (79.69% from 255) = 37.94%
R=35.14%
G=26.92%
B=37.94%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1881442030.070.2900.20284.7536.268.04
HexBC90CB71D01411d2444
Octal27422031373502443544104
Binary101111001001000011001011111111010101001000111011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC90CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC90CB; }

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

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

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

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

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

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

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

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