Html Css Color HEX #B198BC East Side

📋 copy color: '#B198BC'

red 177 ◦ green 152 ◦ blue 188

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

Shades of East Side #B198BC

Tints of East Side #B198BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 36.36%

R = 34.24%
G = 29.4%
B = 36.36%

CMYK

 C value IS 0.06

 M value IS 0.19

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B198BC (or 0xB198BC) is known color: East Side. HEX triplet: B1, 98 and BC. RGB value is (177,152,188). Sum of RGB (Red+Green+Blue) = 177+152+188=517 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.24% from 517); Green value is 152 (59.77% from 255 or 29.40% from 517); Blue value is 188 (73.83% from 255 or 36.36% from 517); Max value from RGB is 188 - color contains mainly: blue. Hex color #B198BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B198BC is #4E6743. Grayscale: #A3A3A3. Windows color (decimal): -5138244 or 12359857. OLE color: 12359857.

HSL color Cylindrical-coordinate representation of color #B198BC: hue angle of 281.67º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B198BC is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 177 152 188 -
CMYK 0.06 0.19 0 0.26
HSL 281.67º 0.21% 0.67% -
HSV(B) 281.67º 0.19% 0.74% -
XYZ 38.44 35.43 52.39 -
YUV 163.58 141.78 137.57 -
System Red Green Blue C M Y K H S L
Decimal 177 152 188 0.06 0.19 0 0.26 281.67 0.21 0.67
Hex B1 98 BC 6 13 0 1A 11A 15 43
Octal 261 230 274 6 23 0 32 432 25 103
Binary 10110001 10011000 10111100 110 10011 0 11010 100011010 10101 1000011

Color Harmonies of #B198BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B198BC

Black with #B198BC

Text Example


Text Example

White with #B198BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B198BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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