#B992CE

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

Shades of East Side #B992CE

Tints of East Side #B992CE

Color information

#B992CE (or 0xB992CE) is unknown color: approx East Side. HEX triplet: B9, 92 and CE. RGB value is (185,146,206). Sum of RGB (Red+Green+Blue) = 185+146+206=537 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.45% from 537); Green value is 146 (57.42% from 255 or 27.19% from 537); Blue value is 206 (80.86% from 255 or 38.36% from 537); Max value from RGB is 206 - color contains mainly: blue. Hex color #B992CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B992CE is #466D31. Grayscale: #A4A4A4. Windows color (decimal): -4615474 or 13537977. OLE color: 13537977.

HSL color Cylindrical-coordinate representation of color #B992CE: hue angle of 279º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B992CE is Cyan = 0.10, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB185146206-
CMYK0.100.2900.19
HSL279º37.97%69.02%-
HSV(B)279º29.13%80.78%-
XYZ41.4335.3363.03-
YUV164.5151.42142.62-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.45%
GREEN value IS 146 (57.42% from 255) = 27.19%
BLUE value IS 206 (80.86% from 255) = 38.36%
R=34.45%
G=27.19%
B=38.36%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1851462060.100.2900.1927937.9769.02
HexB992CEA1D0131172645
Octal271222316123502342746105
Binary1011100110010010110011101010111010100111000101111001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B992CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B992CE; }

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

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

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

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

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

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

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

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