#B69BC6

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

Shades of East Side #B69BC6

Tints of East Side #B69BC6

Color information

#B69BC6 (or 0xB69BC6) is unknown color: approx East Side. HEX triplet: B6, 9B and C6. RGB value is (182,155,198). Sum of RGB (Red+Green+Blue) = 182+155+198=535 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.02% from 535); Green value is 155 (60.94% from 255 or 28.97% from 535); Blue value is 198 (77.73% from 255 or 37.01% from 535); Max value from RGB is 198 - color contains mainly: blue. Hex color #B69BC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B69BC6 is #496439. Grayscale: #A7A7A7. Windows color (decimal): -4809786 or 13015990. OLE color: 13015990.

HSL color Cylindrical-coordinate representation of color #B69BC6: hue angle of 277.67º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B69BC6 is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB182155198-
CMYK0.080.2200.22
HSL277.67º27.39%69.22%-
HSV(B)277.67º21.72%77.65%-
XYZ41.2137.4658.49-
YUV167.98144.95138-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.02%
GREEN value IS 155 (60.94% from 255) = 28.97%
BLUE value IS 198 (77.73% from 255) = 37.01%
R=34.02%
G=28.97%
B=37.01%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1821551980.080.2200.22277.6727.3969.22
HexB69BC68160161161b45
Octal266233306102602642633105
Binary101101101001101111000110100010110010110100010110110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69BC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69BC6; }

 p { color: rgb(182,155,198); }

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

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

 a { background-color: rgb(182,155,198); }

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

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

 span { border-color: rgb(182,155,198); }

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