#B998C9

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

Shades of East Side #B998C9

Tints of East Side #B998C9

Color information

#B998C9 (or 0xB998C9) is unknown color: approx East Side. HEX triplet: B9, 98 and C9. RGB value is (185,152,201). Sum of RGB (Red+Green+Blue) = 185+152+201=538 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.39% from 538); Green value is 152 (59.77% from 255 or 28.25% from 538); Blue value is 201 (78.91% from 255 or 37.36% from 538); Max value from RGB is 201 - color contains mainly: blue. Hex color #B998C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B998C9 is #466736. Grayscale: #A7A7A7. Windows color (decimal): -4613943 or 13211833. OLE color: 13211833.

HSL color Cylindrical-coordinate representation of color #B998C9: hue angle of 280.41º 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 #B998C9 is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB185152201-
CMYK0.080.2400.21
HSL280.41º31.21%69.22%-
HSV(B)280.41º24.38%78.82%-
XYZ41.7836.9960.2-
YUV167.45146.93140.52-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.39%
GREEN value IS 152 (59.77% from 255) = 28.25%
BLUE value IS 201 (78.91% from 255) = 37.36%
R=34.39%
G=28.25%
B=37.36%

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
Decimal1851522010.080.2400.21280.4131.2169.22
HexB998C98180151181f45
Octal271230311103002543037105
Binary101110011001100011001001100011000010101100011000111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B998C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B998C9; }

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

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

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

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

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

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

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

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