#B68CC8

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

Shades of East Side #B68CC8

Tints of East Side #B68CC8

Color information

#B68CC8 (or 0xB68CC8) is unknown color: approx East Side. HEX triplet: B6, 8C and C8. RGB value is (182,140,200). Sum of RGB (Red+Green+Blue) = 182+140+200=522 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.87% from 522); Green value is 140 (55.08% from 255 or 26.82% from 522); Blue value is 200 (78.52% from 255 or 38.31% from 522); Max value from RGB is 200 - color contains mainly: blue. Hex color #B68CC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B68CC8 is #497337. Grayscale: #9F9F9F. Windows color (decimal): -4813624 or 13143222. OLE color: 13143222.

HSL color Cylindrical-coordinate representation of color #B68CC8: hue angle of 282º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B68CC8 is Cyan = 0.09, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB182140200-
CMYK0.090.300.22
HSL282º35.29%66.67%-
HSV(B)282º30%78.43%-
XYZ39.0932.8758.93-
YUV159.4150.91144.12-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.87%
GREEN value IS 140 (55.08% from 255) = 26.82%
BLUE value IS 200 (78.52% from 255) = 38.31%
R=34.87%
G=26.82%
B=38.31%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1821402000.090.300.2228235.2966.67
HexB68CC891E01611a2343
Octal266214310113602643243103
Binary1011011010001100110010001001111100101101000110101000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68CC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68CC8; }

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

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

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

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

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

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

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

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