#b896cc

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

Shades of East Side #B896CC

Tints of East Side #B896CC

Color information

#B896CC (or 0xB896CC) is unknown color: approx East Side. HEX triplet: B8, 96 and CC. RGB value is (184,150,204). Sum of RGB (Red+Green+Blue) = 184+150+204=538 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.20% from 538); Green value is 150 (58.98% from 255 or 27.88% from 538); Blue value is 204 (80.08% from 255 or 37.92% from 538); Max value from RGB is 204 - color contains mainly: blue. Hex color #B896CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B896CC is #476933. Grayscale: #A6A6A6. Windows color (decimal): -4679988 or 13407928. OLE color: 13407928.

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

Color convert

RGB184150204-
CMYK0.100.2600.2
HSL277.78º34.62%69.41%-
HSV(B)277.78º26.47%80%-
XYZ41.5736.3661.95-
YUV166.32149.26140.61-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.20%
GREEN value IS 150 (58.98% from 255) = 27.88%
BLUE value IS 204 (80.08% from 255) = 37.92%
R=34.20%
G=27.88%
B=37.92%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1841502040.100.2600.2277.7834.6269.41
HexB896CCA1A0141162345
Octal270226314123202442643105
Binary1011100010010110110011001010110100101001000101101000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b896cc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b896cc; }

 p { color: rgb(184,150,204); }

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

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

 a { background-color: rgb(184,150,204); }

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

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

 span { border-color: rgb(184,150,204); }

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