#B792BD

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

Shades of East Side #B792BD

Tints of East Side #B792BD

Color information

#B792BD (or 0xB792BD) is unknown color: approx East Side. HEX triplet: B7, 92 and BD. RGB value is (183,146,189). Sum of RGB (Red+Green+Blue) = 183+146+189=518 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.33% from 518); Green value is 146 (57.42% from 255 or 28.19% from 518); Blue value is 189 (74.22% from 255 or 36.49% from 518); Max value from RGB is 189 - color contains mainly: blue. Hex color #B792BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B792BD is #486D42. Grayscale: #A1A1A1. Windows color (decimal): -4746563 or 12423863. OLE color: 12423863.

HSL color Cylindrical-coordinate representation of color #B792BD: hue angle of 291.63º 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 #B792BD is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB183146189-
CMYK0.030.2300.26
HSL291.63º24.57%65.69%-
HSV(B)291.63º22.75%74.12%-
XYZ38.9934.352.71-
YUV161.96143.26143-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.33%
GREEN value IS 146 (57.42% from 255) = 28.19%
BLUE value IS 189 (74.22% from 255) = 36.49%
R=35.33%
G=28.19%
B=36.49%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1831461890.030.2300.26291.6324.5765.69
HexB792BD31701A1241942
Octal26722227532703244431102
Binary1011011110010010101111011110111011010100100100110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B792BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B792BD; }

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

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

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

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

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

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

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

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