#B998C4

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

Shades of East Side #B998C4

Tints of East Side #B998C4

Color information

#B998C4 (or 0xB998C4) is unknown color: approx East Side. HEX triplet: B9, 98 and C4. RGB value is (185,152,196). Sum of RGB (Red+Green+Blue) = 185+152+196=533 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.71% from 533); Green value is 152 (59.77% from 255 or 28.52% from 533); Blue value is 196 (76.95% from 255 or 36.77% from 533); Max value from RGB is 196 - color contains mainly: blue. Hex color #B998C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B998C4 is #46673B. Grayscale: #A6A6A6. Windows color (decimal): -4613948 or 12884153. OLE color: 12884153.

HSL color Cylindrical-coordinate representation of color #B998C4: hue angle of 285º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B998C4 is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB185152196-
CMYK0.060.2200.23
HSL285º27.16%68.24%-
HSV(B)285º22.45%76.86%-
XYZ41.236.7657.15-
YUV166.88144.43140.92-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.71%
GREEN value IS 152 (59.77% from 255) = 28.52%
BLUE value IS 196 (76.95% from 255) = 36.77%
R=34.71%
G=28.52%
B=36.77%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1851521960.060.2200.2328527.1668.24
HexB998C461601711d1b44
Octal27123030462602743533104
Binary10111001100110001100010011010110010111100011101110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B998C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B998C4; }

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

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

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

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

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

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

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

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