#B688BD

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

Shades of East Side #B688BD

Tints of East Side #B688BD

Color information

#B688BD (or 0xB688BD) is unknown color: approx East Side. HEX triplet: B6, 88 and BD. RGB value is (182,136,189). Sum of RGB (Red+Green+Blue) = 182+136+189=507 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.90% from 507); Green value is 136 (53.52% from 255 or 26.82% from 507); Blue value is 189 (74.22% from 255 or 37.28% from 507); Max value from RGB is 189 - color contains mainly: blue. Hex color #B688BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B688BD is #497742. Grayscale: #9B9B9B. Windows color (decimal): -4814659 or 12421302. OLE color: 12421302.

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

Color convert

RGB182136189-
CMYK0.040.2800.26
HSL292.08º28.65%63.73%-
HSV(B)292.08º28.04%74.12%-
XYZ37.2831.2352.21-
YUV155.8146.74146.69-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.90%
GREEN value IS 136 (53.52% from 255) = 26.82%
BLUE value IS 189 (74.22% from 255) = 37.28%
R=35.90%
G=26.82%
B=37.28%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1821361890.040.2800.26292.0828.6563.73
HexB688BD41C01A1241d40
Octal26621027543403244435100
Binary10110110100010001011110110011100011010100100100111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B688BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B688BD; }

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

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

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

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

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

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

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

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