#B690C4

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

Shades of East Side #B690C4

Tints of East Side #B690C4

Color information

#B690C4 (or 0xB690C4) is unknown color: approx East Side. HEX triplet: B6, 90 and C4. RGB value is (182,144,196). Sum of RGB (Red+Green+Blue) = 182+144+196=522 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.87% from 522); Green value is 144 (56.64% from 255 or 27.59% from 522); Blue value is 196 (76.95% from 255 or 37.55% from 522); Max value from RGB is 196 - color contains mainly: blue. Hex color #B690C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B690C4 is #496F3B. Grayscale: #A1A1A1. Windows color (decimal): -4812604 or 12882102. OLE color: 12882102.

HSL color Cylindrical-coordinate representation of color #B690C4: hue angle of 283.85º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B690C4 is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB182144196-
CMYK0.070.2700.23
HSL283.85º30.59%66.67%-
HSV(B)283.85º26.53%76.86%-
XYZ39.2333.8856.7-
YUV161.29147.59142.77-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.87%
GREEN value IS 144 (56.64% from 255) = 27.59%
BLUE value IS 196 (76.95% from 255) = 37.55%
R=34.87%
G=27.59%
B=37.55%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1821441960.070.2700.23283.8530.5966.67
HexB690C471B01711c1f43
Octal26622030473302743437103
Binary10110110100100001100010011111011010111100011100111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B690C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B690C4; }

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

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

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

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

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

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

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

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