#B68DC6

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

Shades of East Side #B68DC6

Tints of East Side #B68DC6

Color information

#B68DC6 (or 0xB68DC6) is unknown color: approx East Side. HEX triplet: B6, 8D and C6. RGB value is (182,141,198). Sum of RGB (Red+Green+Blue) = 182+141+198=521 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.93% from 521); Green value is 141 (55.47% from 255 or 27.06% from 521); Blue value is 198 (77.73% from 255 or 38.00% from 521); Max value from RGB is 198 - color contains mainly: blue. Hex color #B68DC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B68DC6 is #497239. Grayscale: #9F9F9F. Windows color (decimal): -4813370 or 13012406. OLE color: 13012406.

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

Color convert

RGB182141198-
CMYK0.080.2900.22
HSL283.16º33.33%66.47%-
HSV(B)283.16º28.79%77.65%-
XYZ39.0133.0757.75-
YUV159.76149.58143.87-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.93%
GREEN value IS 141 (55.47% from 255) = 27.06%
BLUE value IS 198 (77.73% from 255) = 38.00%
R=34.93%
G=27.06%
B=38.00%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1821411980.080.2900.22283.1633.3366.47
HexB68DC681D01611b2142
Octal266215306103502643341102
Binary1011011010001101110001101000111010101101000110111000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68DC6; }

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

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

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

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

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

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

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

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