#B685BB

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

Shades of East Side #B685BB

Tints of East Side #B685BB

Color information

#B685BB (or 0xB685BB) is unknown color: approx East Side. HEX triplet: B6, 85 and BB. RGB value is (182,133,187). Sum of RGB (Red+Green+Blue) = 182+133+187=502 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.25% from 502); Green value is 133 (52.34% from 255 or 26.49% from 502); Blue value is 187 (73.44% from 255 or 37.25% from 502); Max value from RGB is 187 - color contains mainly: blue. Hex color #B685BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B685BB is #497A44. Grayscale: #999999. Windows color (decimal): -4815429 or 12289462. OLE color: 12289462.

HSL color Cylindrical-coordinate representation of color #B685BB: hue angle of 294.44º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B685BB is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB182133187-
CMYK0.030.2900.27
HSL294.44º28.42%62.75%-
HSV(B)294.44º28.88%73.33%-
XYZ36.6530.3150.93-
YUV153.81146.73148.11-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.25%
GREEN value IS 133 (52.34% from 255) = 26.49%
BLUE value IS 187 (73.44% from 255) = 37.25%
R=36.25%
G=26.49%
B=37.25%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1821331870.030.2900.27294.4428.4262.75
HexB685BB31D01B1261c3f
Octal2662052733350334463477
Binary101101101000010110111011111110101101110010011011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B685BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B685BB; }

 p { color: rgb(182,133,187); }

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

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

 a { background-color: rgb(182,133,187); }

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

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

 span { border-color: rgb(182,133,187); }

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