Html Css Color HEX #B198BF East Side

📋 copy color: '#B198BF'

red 177 ◦ green 152 ◦ blue 191

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

Shades of East Side #B198BF

Tints of East Side #B198BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 36.73%

R = 34.04%
G = 29.23%
B = 36.73%

CMYK

 C value IS 0.07

 M value IS 0.20

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B198BF (or 0xB198BF) is known color: East Side. HEX triplet: B1, 98 and BF. RGB value is (177,152,191). Sum of RGB (Red+Green+Blue) = 177+152+191=520 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.04% from 520); Green value is 152 (59.77% from 255 or 29.23% from 520); Blue value is 191 (75% from 255 or 36.73% from 520); Max value from RGB is 191 - color contains mainly: blue. Hex color #B198BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B198BF is #4E6740. Grayscale: #A3A3A3. Windows color (decimal): -5138241 or 12556465. OLE color: 12556465.

HSL color Cylindrical-coordinate representation of color #B198BF: hue angle of 278.46º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B198BF is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 177 152 191 -
CMYK 0.07 0.20 0 0.25
HSL 278.46º 0.23% 0.67% -
HSV(B) 278.46º 0.2% 0.75% -
XYZ 38.76 35.57 54.11 -
YUV 163.92 143.28 137.33 -
System Red Green Blue C M Y K H S L
Decimal 177 152 191 0.07 0.20 0 0.25 278.46 0.23 0.67
Hex B1 98 BF 7 14 0 19 116 17 43
Octal 261 230 277 7 24 0 31 426 27 103
Binary 10110001 10011000 10111111 111 10100 0 11001 100010110 10111 1000011

Color Harmonies of #B198BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B198BF

Black with #B198BF

Text Example


Text Example

White with #B198BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B198BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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