#B68ABD

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

Shades of East Side #B68ABD

Tints of East Side #B68ABD

Color information

#B68ABD (or 0xB68ABD) is unknown color: approx East Side. HEX triplet: B6, 8A and BD. RGB value is (182,138,189). Sum of RGB (Red+Green+Blue) = 182+138+189=509 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.76% from 509); Green value is 138 (54.30% from 255 or 27.11% from 509); Blue value is 189 (74.22% from 255 or 37.13% from 509); Max value from RGB is 189 - color contains mainly: blue. Hex color #B68ABD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B68ABD is #497542. Grayscale: #9C9C9C. Windows color (decimal): -4814147 or 12421814. OLE color: 12421814.

HSL color Cylindrical-coordinate representation of color #B68ABD: hue angle of 291.76º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B68ABD is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB182138189-
CMYK0.040.2700.26
HSL291.76º27.87%64.12%-
HSV(B)291.76º26.98%74.12%-
XYZ37.5731.852.3-
YUV156.97146.08145.85-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.76%
GREEN value IS 138 (54.30% from 255) = 27.11%
BLUE value IS 189 (74.22% from 255) = 37.13%
R=35.76%
G=27.11%
B=37.13%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1821381890.040.2700.26291.7627.8764.12
HexB68ABD41B01A1241c40
Octal26621227543303244434100
Binary10110110100010101011110110011011011010100100100111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68ABD; }

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

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

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

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

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

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

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

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