#B892C1

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

Shades of East Side #B892C1

Tints of East Side #B892C1

Color information

#B892C1 (or 0xB892C1) is unknown color: approx East Side. HEX triplet: B8, 92 and C1. RGB value is (184,146,193). Sum of RGB (Red+Green+Blue) = 184+146+193=523 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.18% from 523); Green value is 146 (57.42% from 255 or 27.92% from 523); Blue value is 193 (75.78% from 255 or 36.90% from 523); Max value from RGB is 193 - color contains mainly: blue. Hex color #B892C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B892C1 is #476D3E. Grayscale: #A2A2A2. Windows color (decimal): -4681023 or 12686008. OLE color: 12686008.

HSL color Cylindrical-coordinate representation of color #B892C1: hue angle of 288.51º 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 #B892C1 is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB184146193-
CMYK0.050.2400.24
HSL288.51º27.49%66.47%-
HSV(B)288.51º24.35%75.69%-
XYZ39.6734.655.04-
YUV162.72145.09143.18-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.18%
GREEN value IS 146 (57.42% from 255) = 27.92%
BLUE value IS 193 (75.78% from 255) = 36.90%
R=35.18%
G=27.92%
B=36.90%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1841461930.050.2400.24288.5127.4966.47
HexB892C15180181211b42
Octal27022230153003044133102
Binary10111000100100101100000110111000011000100100001110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B892C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B892C1; }

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

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

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

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

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

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

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

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