Html Css Color HEX #B198BE East Side

📋 copy color: '#B198BE'

red 177 ◦ green 152 ◦ blue 190

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

Shades of East Side #B198BE

Tints of East Side #B198BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.61%

R = 34.1%
G = 29.29%
B = 36.61%

CMYK

 C value IS 0.07

 M value IS 0.2

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B198BE (or 0xB198BE) is known color: East Side. HEX triplet: B1, 98 and BE. RGB value is (177,152,190). Sum of RGB (Red+Green+Blue) = 177+152+190=519 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.10% from 519); Green value is 152 (59.77% from 255 or 29.29% from 519); Blue value is 190 (74.61% from 255 or 36.61% from 519); Max value from RGB is 190 - color contains mainly: blue. Hex color #B198BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B198BE is #4E6741. Grayscale: #A3A3A3. Windows color (decimal): -5138242 or 12490929. OLE color: 12490929.

HSL color Cylindrical-coordinate representation of color #B198BE: hue angle of 279.47º 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 #B198BE is Cyan = 0.07, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 177 152 190 -
CMYK 0.07 0.2 0 0.25
HSL 279.47º 0.23% 0.67% -
HSV(B) 279.47º 0.2% 0.75% -
XYZ 38.65 35.52 53.53 -
YUV 163.81 142.78 137.41 -
System Red Green Blue C M Y K H S L
Decimal 177 152 190 0.07 0.2 0 0.25 279.47 0.23 0.67
Hex B1 98 BE 7 14 0 19 117 17 43
Octal 261 230 276 7 24 0 31 427 27 103
Binary 10110001 10011000 10111110 111 10100 0 11001 100010111 10111 1000011

Color Harmonies of #B198BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B198BE

Black with #B198BE

Text Example


Text Example

White with #B198BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B198BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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