#B68CBB

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

Shades of East Side #B68CBB

Tints of East Side #B68CBB

Color information

#B68CBB (or 0xB68CBB) is unknown color: approx East Side. HEX triplet: B6, 8C and BB. RGB value is (182,140,187). Sum of RGB (Red+Green+Blue) = 182+140+187=509 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.76% from 509); Green value is 140 (55.08% from 255 or 27.50% from 509); Blue value is 187 (73.44% from 255 or 36.74% from 509); Max value from RGB is 187 - color contains mainly: blue. Hex color #B68CBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B68CBB is #497344. Grayscale: #9D9D9D. Windows color (decimal): -4813637 or 12291254. OLE color: 12291254.

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

Color convert

RGB182140187-
CMYK0.030.2500.27
HSL293.62º25.68%64.12%-
HSV(B)293.62º25.13%73.33%-
XYZ37.6432.2951.26-
YUV157.92144.41145.18-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.76%
GREEN value IS 140 (55.08% from 255) = 27.50%
BLUE value IS 187 (73.44% from 255) = 36.74%
R=35.76%
G=27.50%
B=36.74%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1821401870.030.2500.27293.6225.6864.12
HexB68CBB31901B1261a40
Octal26621427333103344632100
Binary1011011010001100101110111111001011011100100110110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68CBB; }

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

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

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

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

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

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

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

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