#B996CA

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

Shades of East Side #B996CA

Tints of East Side #B996CA

Color information

#B996CA (or 0xB996CA) is unknown color: approx East Side. HEX triplet: B9, 96 and CA. RGB value is (185,150,202). Sum of RGB (Red+Green+Blue) = 185+150+202=537 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.45% from 537); Green value is 150 (58.98% from 255 or 27.93% from 537); Blue value is 202 (79.30% from 255 or 37.62% from 537); Max value from RGB is 202 - color contains mainly: blue. Hex color #B996CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B996CA is #466935. Grayscale: #A6A6A6. Windows color (decimal): -4614454 or 13276857. OLE color: 13276857.

HSL color Cylindrical-coordinate representation of color #B996CA: hue angle of 280.38º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B996CA is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB185150202-
CMYK0.080.2600.21
HSL280.38º32.91%69.02%-
HSV(B)280.38º25.74%79.22%-
XYZ41.5736.3960.71-
YUV166.39148.1141.27-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.45%
GREEN value IS 150 (58.98% from 255) = 27.93%
BLUE value IS 202 (79.30% from 255) = 37.62%
R=34.45%
G=27.93%
B=37.62%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1851502020.080.2600.21280.3832.9169.02
HexB996CA81A0151182145
Octal271226312103202543041105
Binary1011100110010110110010101000110100101011000110001000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B996CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B996CA; }

 p { color: rgb(185,150,202); }

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

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

 a { background-color: rgb(185,150,202); }

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

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

 span { border-color: rgb(185,150,202); }

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