#B688BF

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

Shades of East Side #B688BF

Tints of East Side #B688BF

Color information

#B688BF (or 0xB688BF) is unknown color: approx East Side. HEX triplet: B6, 88 and BF. RGB value is (182,136,191). Sum of RGB (Red+Green+Blue) = 182+136+191=509 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.76% from 509); Green value is 136 (53.52% from 255 or 26.72% from 509); Blue value is 191 (75% from 255 or 37.52% from 509); Max value from RGB is 191 - color contains mainly: blue. Hex color #B688BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B688BF is #497740. Grayscale: #9B9B9B. Windows color (decimal): -4814657 or 12552374. OLE color: 12552374.

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

Color convert

RGB182136191-
CMYK0.050.2900.25
HSL290.18º30.05%64.12%-
HSV(B)290.18º28.8%74.9%-
XYZ37.531.3153.36-
YUV156.02147.74146.53-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.76%
GREEN value IS 136 (53.52% from 255) = 26.72%
BLUE value IS 191 (75% from 255) = 37.52%
R=35.76%
G=26.72%
B=37.52%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1821361910.050.2900.25290.1830.0564.12
HexB688BF51D0191221e40
Octal26621027753503144236100
Binary10110110100010001011111110111101011001100100010111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B688BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B688BF; }

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

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

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

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

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

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

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

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