Html Css Color HEX #B295BD East Side

📋 copy color: '#B295BD'

red 178 ◦ green 149 ◦ blue 189

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

Shades of East Side #B295BD

Tints of East Side #B295BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 36.63%

R = 34.5%
G = 28.88%
B = 36.63%

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

#B295BD (or 0xB295BD) is known color: East Side. HEX triplet: B2, 95 and BD. RGB value is (178,149,189). Sum of RGB (Red+Green+Blue) = 178+149+189=516 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.50% from 516); Green value is 149 (58.59% from 255 or 28.88% from 516); Blue value is 189 (74.22% from 255 or 36.63% from 516); Max value from RGB is 189 - color contains mainly: blue. Hex color #B295BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B295BD is #4D6A42. Grayscale: #A2A2A2. Windows color (decimal): -5073475 or 12424626. OLE color: 12424626.

HSL color Cylindrical-coordinate representation of color #B295BD: hue angle of 283.5º 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 #B295BD is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 178 149 189 -
CMYK 0.06 0.21 0 0.26
HSL 283.5º 0.23% 0.66% -
HSV(B) 283.5º 0.21% 0.74% -
XYZ 38.29 34.63 52.81 -
YUV 162.23 143.11 139.25 -
System Red Green Blue C M Y K H S L
Decimal 178 149 189 0.06 0.21 0 0.26 283.5 0.23 0.66
Hex B2 95 BD 6 15 0 1A 11C 17 42
Octal 262 225 275 6 25 0 32 434 27 102
Binary 10110010 10010101 10111101 110 10101 0 11010 100011100 10111 1000010

Color Harmonies of #B295BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B295BD

Black with #B295BD

Text Example


Text Example

White with #B295BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B295BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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