#B68DCB

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

Shades of East Side #B68DCB

Tints of East Side #B68DCB

Color information

#B68DCB (or 0xB68DCB) is unknown color: approx East Side. HEX triplet: B6, 8D and CB. RGB value is (182,141,203). Sum of RGB (Red+Green+Blue) = 182+141+203=526 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.60% from 526); Green value is 141 (55.47% from 255 or 26.81% from 526); Blue value is 203 (79.69% from 255 or 38.59% from 526); Max value from RGB is 203 - color contains mainly: blue. Hex color #B68DCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B68DCB is #497234. Grayscale: #A0A0A0. Windows color (decimal): -4813365 or 13340086. OLE color: 13340086.

HSL color Cylindrical-coordinate representation of color #B68DCB: hue angle of 279.68º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B68DCB is Cyan = 0.10, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB182141203-
CMYK0.100.3100.20
HSL279.68º37.35%67.45%-
HSV(B)279.68º30.54%79.61%-
XYZ39.633.3160.84-
YUV160.33152.08143.46-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.60%
GREEN value IS 141 (55.47% from 255) = 26.81%
BLUE value IS 203 (79.69% from 255) = 38.59%
R=34.60%
G=26.81%
B=38.59%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1821412030.100.3100.20279.6837.3567.45
HexB68DCBA1F0141182543
Octal266215313123702443045103
Binary1011011010001101110010111010111110101001000110001001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68DCB; }

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

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

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

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

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

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

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

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