#B68DBF

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

Shades of East Side #B68DBF

Tints of East Side #B68DBF

Color information

#B68DBF (or 0xB68DBF) is unknown color: approx East Side. HEX triplet: B6, 8D and BF. RGB value is (182,141,191). Sum of RGB (Red+Green+Blue) = 182+141+191=514 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.41% from 514); Green value is 141 (55.47% from 255 or 27.43% from 514); Blue value is 191 (75% from 255 or 37.16% from 514); Max value from RGB is 191 - color contains mainly: blue. Hex color #B68DBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B68DBF is #497240. Grayscale: #9E9E9E. Windows color (decimal): -4813377 or 12553654. OLE color: 12553654.

HSL color Cylindrical-coordinate representation of color #B68DBF: hue angle of 289.2º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B68DBF is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB182141191-
CMYK0.050.2600.25
HSL289.2º28.09%65.1%-
HSV(B)289.2º26.18%74.9%-
XYZ38.2232.7653.6-
YUV158.96146.08144.43-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.41%
GREEN value IS 141 (55.47% from 255) = 27.43%
BLUE value IS 191 (75% from 255) = 37.16%
R=35.41%
G=27.43%
B=37.16%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1821411910.050.2600.25289.228.0965.1
HexB68DBF51A0191211c41
Octal26621527753203144134101
Binary10110110100011011011111110111010011001100100001111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68DBF; }

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

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

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

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

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

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

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

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