#B799CA

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

Shades of East Side #B799CA

Tints of East Side #B799CA

Color information

#B799CA (or 0xB799CA) is unknown color: approx East Side. HEX triplet: B7, 99 and CA. RGB value is (183,153,202). Sum of RGB (Red+Green+Blue) = 183+153+202=538 (71% of max value = 765). Red value is 183 (71.88% from 255 or 34.01% from 538); Green value is 153 (60.16% from 255 or 28.44% from 538); Blue value is 202 (79.30% from 255 or 37.55% from 538); Max value from RGB is 202 - color contains mainly: blue. Hex color #B799CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B799CA is #486635. Grayscale: #A7A7A7. Windows color (decimal): -4744758 or 13277623. OLE color: 13277623.

HSL color Cylindrical-coordinate representation of color #B799CA: hue angle of 276.73º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B799CA is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB183153202-
CMYK0.090.2400.21
HSL276.73º31.61%69.61%-
HSV(B)276.73º24.26%79.22%-
XYZ41.5837.1160.85-
YUV167.56147.44139.02-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.01%
GREEN value IS 153 (60.16% from 255) = 28.44%
BLUE value IS 202 (79.30% from 255) = 37.55%
R=34.01%
G=28.44%
B=37.55%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1831532020.090.2400.21276.7331.6169.61
HexB799CA9180151152046
Octal267231312113002542540106
Binary1011011110011001110010101001110000101011000101011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B799CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B799CA; }

 p { color: rgb(183,153,202); }

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

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

 a { background-color: rgb(183,153,202); }

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

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

 span { border-color: rgb(183,153,202); }

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