#B692BD

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

Shades of East Side #B692BD

Tints of East Side #B692BD

Color information

#B692BD (or 0xB692BD) is unknown color: approx East Side. HEX triplet: B6, 92 and BD. RGB value is (182,146,189). Sum of RGB (Red+Green+Blue) = 182+146+189=517 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.20% from 517); Green value is 146 (57.42% from 255 or 28.24% from 517); Blue value is 189 (74.22% from 255 or 36.56% from 517); Max value from RGB is 189 - color contains mainly: blue. Hex color #B692BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B692BD is #496D42. Grayscale: #A1A1A1. Windows color (decimal): -4812099 or 12423862. OLE color: 12423862.

HSL color Cylindrical-coordinate representation of color #B692BD: hue angle of 290.23º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B692BD is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB182146189-
CMYK0.040.2300.26
HSL290.23º24.57%65.69%-
HSV(B)290.23º22.75%74.12%-
XYZ38.7634.1852.7-
YUV161.67143.43142.5-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.20%
GREEN value IS 146 (57.42% from 255) = 28.24%
BLUE value IS 189 (74.22% from 255) = 36.56%
R=35.20%
G=28.24%
B=36.56%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1821461890.040.2300.26290.2324.5765.69
HexB692BD41701A1221942
Octal26622227542703244231102
Binary10110110100100101011110110010111011010100100010110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B692BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B692BD; }

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

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

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

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

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

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

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

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