#B693BC

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

Shades of East Side #B693BC

Tints of East Side #B693BC

Color information

#B693BC (or 0xB693BC) is unknown color: approx East Side. HEX triplet: B6, 93 and BC. RGB value is (182,147,188). Sum of RGB (Red+Green+Blue) = 182+147+188=517 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.20% from 517); Green value is 147 (57.81% from 255 or 28.43% from 517); Blue value is 188 (73.83% from 255 or 36.36% from 517); Max value from RGB is 188 - color contains mainly: blue. Hex color #B693BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B693BC is #496C43. Grayscale: #A2A2A2. Windows color (decimal): -4811844 or 12358582. OLE color: 12358582.

HSL color Cylindrical-coordinate representation of color #B693BC: hue angle of 291.22º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B693BC is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB182147188-
CMYK0.030.2200.26
HSL291.22º23.43%65.69%-
HSV(B)291.22º21.81%73.73%-
XYZ38.834.4452.18-
YUV162.14142.6142.17-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.20%
GREEN value IS 147 (57.81% from 255) = 28.43%
BLUE value IS 188 (73.83% from 255) = 36.36%
R=35.20%
G=28.43%
B=36.36%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1821471880.030.2200.26291.2223.4365.69
HexB693BC31601A1231742
Octal26622327432603244327102
Binary1011011010010011101111001110110011010100100011101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B693BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B693BC; }

 p { color: rgb(182,147,188); }

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

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

 a { background-color: rgb(182,147,188); }

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

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

 span { border-color: rgb(182,147,188); }

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