#BB8ECA

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

Shades of East Side #BB8ECA

Tints of East Side #BB8ECA

Color information

#BB8ECA (or 0xBB8ECA) is unknown color: approx East Side. HEX triplet: BB, 8E and CA. RGB value is (187,142,202). Sum of RGB (Red+Green+Blue) = 187+142+202=531 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.22% from 531); Green value is 142 (55.86% from 255 or 26.74% from 531); Blue value is 202 (79.30% from 255 or 38.04% from 531); Max value from RGB is 202 - color contains mainly: blue. Hex color #BB8ECA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8ECA is #447135. Grayscale: #A2A2A2. Windows color (decimal): -4485430 or 13274811. OLE color: 13274811.

HSL color Cylindrical-coordinate representation of color #BB8ECA: hue angle of 285º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BB8ECA is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB187142202-
CMYK0.070.3000.21
HSL285º36.14%67.45%-
HSV(B)285º29.7%79.22%-
XYZ40.8334.1860.32-
YUV162.29150.41145.62-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.22%
GREEN value IS 142 (55.86% from 255) = 26.74%
BLUE value IS 202 (79.30% from 255) = 38.04%
R=35.22%
G=26.74%
B=38.04%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1871422020.070.3000.2128536.1467.45
HexBB8ECA71E01511d2443
Octal27321631273602543544103
Binary101110111000111011001010111111100101011000111011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8ECA; }

 p { color: rgb(187,142,202); }

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

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

 a { background-color: rgb(187,142,202); }

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

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

 span { border-color: rgb(187,142,202); }

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