#B992C0

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

Shades of East Side #B992C0

Tints of East Side #B992C0

Color information

#B992C0 (or 0xB992C0) is unknown color: approx East Side. HEX triplet: B9, 92 and C0. RGB value is (185,146,192). Sum of RGB (Red+Green+Blue) = 185+146+192=523 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.37% from 523); Green value is 146 (57.42% from 255 or 27.92% from 523); Blue value is 192 (75.39% from 255 or 36.71% from 523); Max value from RGB is 192 - color contains mainly: blue. Hex color #B992C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B992C0 is #466D3F. Grayscale: #A2A2A2. Windows color (decimal): -4615488 or 12620473. OLE color: 12620473.

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

Color convert

RGB185146192-
CMYK0.040.2400.25
HSL290.87º26.74%66.27%-
HSV(B)290.87º23.96%75.29%-
XYZ39.834.6854.46-
YUV162.9144.42143.76-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.37%
GREEN value IS 146 (57.42% from 255) = 27.92%
BLUE value IS 192 (75.39% from 255) = 36.71%
R=35.37%
G=27.92%
B=36.71%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1851461920.040.2400.25290.8726.7466.27
HexB992C04180191231b42
Octal27122230043003144333102
Binary10111001100100101100000010011000011001100100011110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B992C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B992C0; }

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

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

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

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

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

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

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

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