#B999C9

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

Shades of East Side #B999C9

Tints of East Side #B999C9

Color information

#B999C9 (or 0xB999C9) is unknown color: approx East Side. HEX triplet: B9, 99 and C9. RGB value is (185,153,201). Sum of RGB (Red+Green+Blue) = 185+153+201=539 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.32% from 539); Green value is 153 (60.16% from 255 or 28.39% from 539); Blue value is 201 (78.91% from 255 or 37.29% from 539); Max value from RGB is 201 - color contains mainly: blue. Hex color #B999C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B999C9 is #466636. Grayscale: #A7A7A7. Windows color (decimal): -4613687 or 13212089. OLE color: 13212089.

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

Color convert

RGB185153201-
CMYK0.080.2400.21
HSL280º30.77%69.41%-
HSV(B)280º23.88%78.82%-
XYZ41.9437.3160.25-
YUV168.04146.6140.1-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.32%
GREEN value IS 153 (60.16% from 255) = 28.39%
BLUE value IS 201 (78.91% from 255) = 37.29%
R=34.32%
G=28.39%
B=37.29%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1851532010.080.2400.2128030.7769.41
HexB999C98180151181f45
Octal271231311103002543037105
Binary101110011001100111001001100011000010101100011000111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B999C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B999C9; }

 p { color: rgb(185,153,201); }

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

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

 a { background-color: rgb(185,153,201); }

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

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

 span { border-color: rgb(185,153,201); }

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