#B994CA

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

Shades of East Side #B994CA

Tints of East Side #B994CA

Color information

#B994CA (or 0xB994CA) is unknown color: approx East Side. HEX triplet: B9, 94 and CA. RGB value is (185,148,202). Sum of RGB (Red+Green+Blue) = 185+148+202=535 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.58% from 535); Green value is 148 (58.20% from 255 or 27.66% from 535); Blue value is 202 (79.30% from 255 or 37.76% from 535); Max value from RGB is 202 - color contains mainly: blue. Hex color #B994CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B994CA is #466B35. Grayscale: #A5A5A5. Windows color (decimal): -4614966 or 13276345. OLE color: 13276345.

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

Color convert

RGB185148202-
CMYK0.080.2700.21
HSL281.11º33.75%68.63%-
HSV(B)281.11º26.73%79.22%-
XYZ41.2635.7660.6-
YUV165.22148.76142.11-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.58%
GREEN value IS 148 (58.20% from 255) = 27.66%
BLUE value IS 202 (79.30% from 255) = 37.76%
R=34.58%
G=27.66%
B=37.76%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1851482020.080.2700.21281.1133.7568.63
HexB994CA81B0151192245
Octal271224312103302543142105
Binary1011100110010100110010101000110110101011000110011000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B994CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B994CA; }

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

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

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

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

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

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

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

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