Html Css Color HEX #B195BB East Side

📋 copy color: '#B195BB'

red 177 ◦ green 149 ◦ blue 187

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

Shades of East Side #B195BB

Tints of East Side #B195BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 36.45%

R = 34.5%
G = 29.04%
B = 36.45%

CMYK

 C value IS 0.05

 M value IS 0.20

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B195BB (or 0xB195BB) is known color: East Side. HEX triplet: B1, 95 and BB. RGB value is (177,149,187). Sum of RGB (Red+Green+Blue) = 177+149+187=513 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.50% from 513); Green value is 149 (58.59% from 255 or 29.04% from 513); Blue value is 187 (73.44% from 255 or 36.45% from 513); Max value from RGB is 187 - color contains mainly: blue. Hex color #B195BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B195BB is #4E6A44. Grayscale: #A1A1A1. Windows color (decimal): -5139013 or 12293553. OLE color: 12293553.

HSL color Cylindrical-coordinate representation of color #B195BB: hue angle of 284.21º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B195BB is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 177 149 187 -
CMYK 0.05 0.20 0 0.27
HSL 284.21º 0.22% 0.66% -
HSV(B) 284.21º 0.2% 0.73% -
XYZ 37.85 34.43 51.66 -
YUV 161.7 142.28 138.91 -
System Red Green Blue C M Y K H S L
Decimal 177 149 187 0.05 0.20 0 0.27 284.21 0.22 0.66
Hex B1 95 BB 5 14 0 1B 11C 16 42
Octal 261 225 273 5 24 0 33 434 26 102
Binary 10110001 10010101 10111011 101 10100 0 11011 100011100 10110 1000010

Color Harmonies of #B195BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B195BB

Black with #B195BB

Text Example


Text Example

White with #B195BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B195BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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