#B684BB

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

Shades of East Side #B684BB

Tints of East Side #B684BB

Color information

#B684BB (or 0xB684BB) is unknown color: approx East Side. HEX triplet: B6, 84 and BB. RGB value is (182,132,187). Sum of RGB (Red+Green+Blue) = 182+132+187=501 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.33% from 501); Green value is 132 (51.95% from 255 or 26.35% from 501); Blue value is 187 (73.44% from 255 or 37.33% from 501); Max value from RGB is 187 - color contains mainly: blue. Hex color #B684BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B684BB is #497B44. Grayscale: #999999. Windows color (decimal): -4815685 or 12289206. OLE color: 12289206.

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

Color convert

RGB182132187-
CMYK0.030.2900.27
HSL294.55º28.8%62.55%-
HSV(B)294.55º29.41%73.33%-
XYZ36.5130.0450.89-
YUV153.22147.06148.53-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.33%
GREEN value IS 132 (51.95% from 255) = 26.35%
BLUE value IS 187 (73.44% from 255) = 37.33%
R=36.33%
G=26.35%
B=37.33%

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
Decimal1821321870.030.2900.27294.5528.862.55
HexB684BB31D01B1271d3f
Octal2662042733350334473577
Binary101101101000010010111011111110101101110010011111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B684BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B684BB; }

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

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

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

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

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

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

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

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