#B692C1

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

Shades of East Side #B692C1

Tints of East Side #B692C1

Color information

#B692C1 (or 0xB692C1) is unknown color: approx East Side. HEX triplet: B6, 92 and C1. RGB value is (182,146,193). Sum of RGB (Red+Green+Blue) = 182+146+193=521 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.93% from 521); Green value is 146 (57.42% from 255 or 28.02% from 521); Blue value is 193 (75.78% from 255 or 37.04% from 521); Max value from RGB is 193 - color contains mainly: blue. Hex color #B692C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B692C1 is #496D3E. Grayscale: #A1A1A1. Windows color (decimal): -4812095 or 12686006. OLE color: 12686006.

HSL color Cylindrical-coordinate representation of color #B692C1: hue angle of 285.96º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B692C1 is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB182146193-
CMYK0.060.2400.24
HSL285.96º27.49%66.47%-
HSV(B)285.96º24.35%75.69%-
XYZ39.234.3555.02-
YUV162.12145.43142.18-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.93%
GREEN value IS 146 (57.42% from 255) = 28.02%
BLUE value IS 193 (75.78% from 255) = 37.04%
R=34.93%
G=28.02%
B=37.04%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1821461930.060.2400.24285.9627.4966.47
HexB692C161801811e1b42
Octal26622230163003043633102
Binary10110110100100101100000111011000011000100011110110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B692C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B692C1; }

 p { color: rgb(182,146,193); }

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

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

 a { background-color: rgb(182,146,193); }

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

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

 span { border-color: rgb(182,146,193); }

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