#B693C0

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

Shades of East Side #B693C0

Tints of East Side #B693C0

Color information

#B693C0 (or 0xB693C0) is unknown color: approx East Side. HEX triplet: B6, 93 and C0. RGB value is (182,147,192). Sum of RGB (Red+Green+Blue) = 182+147+192=521 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.93% from 521); Green value is 147 (57.81% from 255 or 28.21% from 521); Blue value is 192 (75.39% from 255 or 36.85% from 521); Max value from RGB is 192 - color contains mainly: blue. Hex color #B693C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B693C0 is #496C3F. Grayscale: #A2A2A2. Windows color (decimal): -4811840 or 12620726. OLE color: 12620726.

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

Color convert

RGB182147192-
CMYK0.050.2300.25
HSL286.67º26.32%66.47%-
HSV(B)286.67º23.44%75.29%-
XYZ39.2434.6254.48-
YUV162.6144.6141.84-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.93%
GREEN value IS 147 (57.81% from 255) = 28.21%
BLUE value IS 192 (75.39% from 255) = 36.85%
R=34.93%
G=28.21%
B=36.85%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1821471920.050.2300.25286.6726.3266.47
HexB693C051701911f1a42
Octal26622330052703143732102
Binary10110110100100111100000010110111011001100011111110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B693C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B693C0; }

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

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

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

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

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

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

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

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