Html Css Color HEX #B198BA East Side

📋 copy color: '#B198BA'

red 177 ◦ green 152 ◦ blue 186

#B198BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of East Side #B198BA

Tints of East Side #B198BA

RGB

 RED value IS 177 (69.53% from 255) = 34.37%

 GREEN value IS 152 (59.77% from 255) = 29.51%

 BLUE value IS 186 (73.05% from 255) = 36.12%

R = 34.37%
G = 29.51%
B = 36.12%

CMYK

 C value IS 0.05

 M value IS 0.18

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B198BA (or 0xB198BA) is known color: East Side. HEX triplet: B1, 98 and BA. RGB value is (177,152,186). Sum of RGB (Red+Green+Blue) = 177+152+186=515 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.37% from 515); Green value is 152 (59.77% from 255 or 29.51% from 515); Blue value is 186 (73.05% from 255 or 36.12% from 515); Max value from RGB is 186 - color contains mainly: blue. Hex color #B198BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B198BA is #4E6745. Grayscale: #A3A3A3. Windows color (decimal): -5138246 or 12228785. OLE color: 12228785.

HSL color Cylindrical-coordinate representation of color #B198BA: hue angle of 284.12º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B198BA is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 177 152 186 -
CMYK 0.05 0.18 0 0.27
HSL 284.12º 0.2% 0.66% -
HSV(B) 284.12º 0.18% 0.73% -
XYZ 38.22 35.35 51.26 -
YUV 163.35 140.78 137.74 -
System Red Green Blue C M Y K H S L
Decimal 177 152 186 0.05 0.18 0 0.27 284.12 0.2 0.66
Hex B1 98 BA 5 12 0 1B 11C 14 42
Octal 261 230 272 5 22 0 33 434 24 102
Binary 10110001 10011000 10111010 101 10010 0 11011 100011100 10100 1000010

Color Harmonies of #B198BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B198BA

Black with #B198BA

Text Example


Text Example

White with #B198BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B198BA; }

 p { color: rgb(177,152,186); }

 H1.HeaderClassName
 {
   color: #B198BA;
 }
 .AnyTagClassName
 {
   color: #B198BA;
 }
</style>

background-color css

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

 a { background-color: rgb(177,152,186); }

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

border-color css

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

 span { border-color: rgb(177,152,186); }

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