#B992CC

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

Shades of East Side #B992CC

Tints of East Side #B992CC

Color information

#B992CC (or 0xB992CC) is unknown color: approx East Side. HEX triplet: B9, 92 and CC. RGB value is (185,146,204). Sum of RGB (Red+Green+Blue) = 185+146+204=535 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.58% from 535); Green value is 146 (57.42% from 255 or 27.29% from 535); Blue value is 204 (80.08% from 255 or 38.13% from 535); Max value from RGB is 204 - color contains mainly: blue. Hex color #B992CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B992CC is #466D33. Grayscale: #A4A4A4. Windows color (decimal): -4615476 or 13406905. OLE color: 13406905.

HSL color Cylindrical-coordinate representation of color #B992CC: hue angle of 280.34º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B992CC is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB185146204-
CMYK0.090.2800.2
HSL280.34º36.25%68.63%-
HSV(B)280.34º28.43%80%-
XYZ41.1935.2361.76-
YUV164.27150.42142.78-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.58%
GREEN value IS 146 (57.42% from 255) = 27.29%
BLUE value IS 204 (80.08% from 255) = 38.13%
R=34.58%
G=27.29%
B=38.13%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1851462040.090.2800.2280.3436.2568.63
HexB992CC91C0141182445
Octal271222314113402443044105
Binary1011100110010010110011001001111000101001000110001001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B992CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B992CC; }

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

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

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

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

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

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

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

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