Html Css Color HEX #B199BA East Side

📋 copy color: '#B199BA'

red 177 ◦ green 153 ◦ blue 186

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

Shades of East Side #B199BA

Tints of East Side #B199BA

RGB

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

 GREEN value IS 153 (60.16% from 255) = 29.65%

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

R = 34.3%
G = 29.65%
B = 36.05%

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

#B199BA (or 0xB199BA) is known color: East Side. HEX triplet: B1, 99 and BA. RGB value is (177,153,186). Sum of RGB (Red+Green+Blue) = 177+153+186=516 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.30% from 516); Green value is 153 (60.16% from 255 or 29.65% from 516); Blue value is 186 (73.05% from 255 or 36.05% from 516); Max value from RGB is 186 - color contains mainly: blue. Hex color #B199BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B199BA is #4E6645. Grayscale: #A3A3A3. Windows color (decimal): -5137990 or 12229041. OLE color: 12229041.

HSL color Cylindrical-coordinate representation of color #B199BA: hue angle of 283.64º degrees, saturation: 0.19, 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 #B199BA is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 177 153 186 -
CMYK 0.05 0.18 0 0.27
HSL 283.64º 0.19% 0.66% -
HSV(B) 283.64º 0.18% 0.73% -
XYZ 38.39 35.67 51.32 -
YUV 163.94 140.45 137.32 -
System Red Green Blue C M Y K H S L
Decimal 177 153 186 0.05 0.18 0 0.27 283.64 0.19 0.66
Hex B1 99 BA 5 12 0 1B 11C 13 42
Octal 261 231 272 5 22 0 33 434 23 102
Binary 10110001 10011001 10111010 101 10010 0 11011 100011100 10011 1000010

Color Harmonies of #B199BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B199BA

Black with #B199BA

Text Example


Text Example

White with #B199BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B199BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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