Html Css Color HEX #B195BC East Side

📋 copy color: '#B195BC'

red 177 ◦ green 149 ◦ blue 188

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

Shades of East Side #B195BC

Tints of East Side #B195BC

RGB

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

 GREEN value IS 149 (58.59% from 255) = 28.99%

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

R = 34.44%
G = 28.99%
B = 36.58%

CMYK

 C value IS 0.06

 M value IS 0.21

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B195BC (or 0xB195BC) is known color: East Side. HEX triplet: B1, 95 and BC. RGB value is (177,149,188). Sum of RGB (Red+Green+Blue) = 177+149+188=514 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.44% from 514); Green value is 149 (58.59% from 255 or 28.99% from 514); Blue value is 188 (73.83% from 255 or 36.58% from 514); Max value from RGB is 188 - color contains mainly: blue. Hex color #B195BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B195BC is #4E6A43. Grayscale: #A1A1A1. Windows color (decimal): -5139012 or 12359089. OLE color: 12359089.

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

Color convert

RGB 177 149 188 -
CMYK 0.06 0.21 0 0.26
HSL 283.08º 0.23% 0.66% -
HSV(B) 283.08º 0.21% 0.74% -
XYZ 37.96 34.47 52.23 -
YUV 161.82 142.78 138.83 -
System Red Green Blue C M Y K H S L
Decimal 177 149 188 0.06 0.21 0 0.26 283.08 0.23 0.66
Hex B1 95 BC 6 15 0 1A 11B 17 42
Octal 261 225 274 6 25 0 32 433 27 102
Binary 10110001 10010101 10111100 110 10101 0 11010 100011011 10111 1000010

Color Harmonies of #B195BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B195BC

Black with #B195BC

Text Example


Text Example

White with #B195BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B195BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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