#B693BD

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

Shades of East Side #B693BD

Tints of East Side #B693BD

Color information

#B693BD (or 0xB693BD) is unknown color: approx East Side. HEX triplet: B6, 93 and BD. RGB value is (182,147,189). Sum of RGB (Red+Green+Blue) = 182+147+189=518 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.14% from 518); Green value is 147 (57.81% from 255 or 28.38% from 518); Blue value is 189 (74.22% from 255 or 36.49% from 518); Max value from RGB is 189 - color contains mainly: blue. Hex color #B693BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B693BD is #496C42. Grayscale: #A2A2A2. Windows color (decimal): -4811843 or 12424118. OLE color: 12424118.

HSL color Cylindrical-coordinate representation of color #B693BD: hue angle of 290º degrees, saturation: 0.24, 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 #B693BD is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB182147189-
CMYK0.040.2200.26
HSL290º24.14%65.88%-
HSV(B)290º22.22%74.12%-
XYZ38.9134.4952.75-
YUV162.25143.1142.08-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.14%
GREEN value IS 147 (57.81% from 255) = 28.38%
BLUE value IS 189 (74.22% from 255) = 36.49%
R=35.14%
G=28.38%
B=36.49%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1821471890.040.2200.2629024.1465.88
HexB693BD41601A1221842
Octal26622327542603244230102
Binary10110110100100111011110110010110011010100100010110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B693BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B693BD; }

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

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

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

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

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

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

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

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