#B692BB

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

Shades of East Side #B692BB

Tints of East Side #B692BB

Color information

#B692BB (or 0xB692BB) is unknown color: approx East Side. HEX triplet: B6, 92 and BB. RGB value is (182,146,187). Sum of RGB (Red+Green+Blue) = 182+146+187=515 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.34% from 515); Green value is 146 (57.42% from 255 or 28.35% from 515); Blue value is 187 (73.44% from 255 or 36.31% from 515); Max value from RGB is 187 - color contains mainly: blue. Hex color #B692BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B692BB is #496D44. Grayscale: #A1A1A1. Windows color (decimal): -4812101 or 12292790. OLE color: 12292790.

HSL color Cylindrical-coordinate representation of color #B692BB: hue angle of 292.68º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B692BB is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB182146187-
CMYK0.030.2200.27
HSL292.68º23.16%65.29%-
HSV(B)292.68º21.93%73.33%-
XYZ38.5434.0951.56-
YUV161.44142.43142.67-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.34%
GREEN value IS 146 (57.42% from 255) = 28.35%
BLUE value IS 187 (73.44% from 255) = 36.31%
R=35.34%
G=28.35%
B=36.31%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1821461870.030.2200.27292.6823.1665.29
HexB692BB31601B1251741
Octal26622227332603344527101
Binary1011011010010010101110111110110011011100100101101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B692BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B692BB; }

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

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

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

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

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

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

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

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