#B690CC

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

Shades of East Side #B690CC

Tints of East Side #B690CC

Color information

#B690CC (or 0xB690CC) is unknown color: approx East Side. HEX triplet: B6, 90 and CC. RGB value is (182,144,204). Sum of RGB (Red+Green+Blue) = 182+144+204=530 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.34% from 530); Green value is 144 (56.64% from 255 or 27.17% from 530); Blue value is 204 (80.08% from 255 or 38.49% from 530); Max value from RGB is 204 - color contains mainly: blue. Hex color #B690CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B690CC is #496F33. Grayscale: #A2A2A2. Windows color (decimal): -4812596 or 13406390. OLE color: 13406390.

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

Color convert

RGB182144204-
CMYK0.110.2900.2
HSL278º37.04%68.24%-
HSV(B)278º29.41%80%-
XYZ40.1634.2561.62-
YUV162.2151.59142.12-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.34%
GREEN value IS 144 (56.64% from 255) = 27.17%
BLUE value IS 204 (80.08% from 255) = 38.49%
R=34.34%
G=27.17%
B=38.49%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1821442040.110.2900.227837.0468.24
HexB690CCB1D0141162544
Octal266220314133502442645104
Binary1011011010010000110011001011111010101001000101101001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B690CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B690CC; }

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

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

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

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

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

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

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

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