Html Css Color HEX #B295BB East Side

📋 copy color: '#B295BB'

red 178 ◦ green 149 ◦ blue 187

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

Shades of East Side #B295BB

Tints of East Side #B295BB

RGB

 RED value IS 178 (69.92% from 255) = 34.63%

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

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

R = 34.63%
G = 28.99%
B = 36.38%

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

#B295BB (or 0xB295BB) is known color: East Side. HEX triplet: B2, 95 and BB. RGB value is (178,149,187). Sum of RGB (Red+Green+Blue) = 178+149+187=514 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.63% from 514); Green value is 149 (58.59% from 255 or 28.99% from 514); Blue value is 187 (73.44% from 255 or 36.38% from 514); Max value from RGB is 187 - color contains mainly: blue. Hex color #B295BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B295BB is #4D6A44. Grayscale: #A1A1A1. Windows color (decimal): -5073477 or 12293554. OLE color: 12293554.

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

Color convert

RGB 178 149 187 -
CMYK 0.05 0.20 0 0.27
HSL 285.79º 0.22% 0.66% -
HSV(B) 285.79º 0.2% 0.73% -
XYZ 38.08 34.55 51.68 -
YUV 162 142.11 139.41 -
System Red Green Blue C M Y K H S L
Decimal 178 149 187 0.05 0.20 0 0.27 285.79 0.22 0.66
Hex B2 95 BB 5 14 0 1B 11E 16 42
Octal 262 225 273 5 24 0 33 436 26 102
Binary 10110010 10010101 10111011 101 10100 0 11011 100011110 10110 1000010

Color Harmonies of #B295BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B295BB

Black with #B295BB

Text Example


Text Example

White with #B295BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B295BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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