#B685CC

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

Shades of East Side #B685CC

Tints of East Side #B685CC

Color information

#B685CC (or 0xB685CC) is unknown color: approx East Side. HEX triplet: B6, 85 and CC. RGB value is (182,133,204). Sum of RGB (Red+Green+Blue) = 182+133+204=519 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.07% from 519); Green value is 133 (52.34% from 255 or 25.63% from 519); Blue value is 204 (80.08% from 255 or 39.31% from 519); Max value from RGB is 204 - color contains mainly: blue. Hex color #B685CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B685CC is #497A33. Grayscale: #9B9B9B. Windows color (decimal): -4815412 or 13403574. OLE color: 13403574.

HSL color Cylindrical-coordinate representation of color #B685CC: hue angle of 281.41º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B685CC is Cyan = 0.11, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB182133204-
CMYK0.110.3500.2
HSL281.41º41.04%66.08%-
HSV(B)281.41º34.8%80%-
XYZ38.5831.0861.09-
YUV155.74155.23146.73-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.07%
GREEN value IS 133 (52.34% from 255) = 25.63%
BLUE value IS 204 (80.08% from 255) = 39.31%
R=35.07%
G=25.63%
B=39.31%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1821332040.110.3500.2281.4141.0466.08
HexB685CCB230141192942
Octal266205314134302443151102
Binary10110110100001011100110010111000110101001000110011010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B685CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B685CC; }

 p { color: rgb(182,133,204); }

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

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

 a { background-color: rgb(182,133,204); }

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

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

 span { border-color: rgb(182,133,204); }

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