#B688BC

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

Shades of East Side #B688BC

Tints of East Side #B688BC

Color information

#B688BC (or 0xB688BC) is unknown color: approx East Side. HEX triplet: B6, 88 and BC. RGB value is (182,136,188). Sum of RGB (Red+Green+Blue) = 182+136+188=506 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.97% from 506); Green value is 136 (53.52% from 255 or 26.88% from 506); Blue value is 188 (73.83% from 255 or 37.15% from 506); Max value from RGB is 188 - color contains mainly: blue. Hex color #B688BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B688BC is #497743. Grayscale: #9B9B9B. Windows color (decimal): -4814660 or 12355766. OLE color: 12355766.

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

Color convert

RGB182136188-
CMYK0.030.2800.26
HSL293.08º27.96%63.53%-
HSV(B)293.08º27.66%73.73%-
XYZ37.1731.1851.64-
YUV155.68146.24146.77-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.97%
GREEN value IS 136 (53.52% from 255) = 26.88%
BLUE value IS 188 (73.83% from 255) = 37.15%
R=35.97%
G=26.88%
B=37.15%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1821361880.030.2800.26293.0827.9663.53
HexB688BC31C01A1251c40
Octal26621027433403244534100
Binary1011011010001000101111001111100011010100100101111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B688BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B688BC; }

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

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

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

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

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

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

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

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