#B692C0

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

Shades of East Side #B692C0

Tints of East Side #B692C0

Color information

#B692C0 (or 0xB692C0) is unknown color: approx East Side. HEX triplet: B6, 92 and C0. RGB value is (182,146,192). Sum of RGB (Red+Green+Blue) = 182+146+192=520 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35% from 520); Green value is 146 (57.42% from 255 or 28.08% from 520); Blue value is 192 (75.39% from 255 or 36.92% from 520); Max value from RGB is 192 - color contains mainly: blue. Hex color #B692C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B692C0 is #496D3F. Grayscale: #A1A1A1. Windows color (decimal): -4812096 or 12620470. OLE color: 12620470.

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

Color convert

RGB182146192-
CMYK0.050.2400.25
HSL286.96º26.74%66.27%-
HSV(B)286.96º23.96%75.29%-
XYZ39.0834.3154.43-
YUV162.01144.93142.26-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35%
GREEN value IS 146 (57.42% from 255) = 28.08%
BLUE value IS 192 (75.39% from 255) = 36.92%
R=35%
G=28.08%
B=36.92%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1821461920.050.2400.25286.9626.7466.27
HexB692C051801911f1b42
Octal26622230053003143733102
Binary10110110100100101100000010111000011001100011111110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B692C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B692C0; }

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

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

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

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

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

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

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

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