Html Css Color HEX #B496BD East Side

📋 copy color: '#B496BD'

red 180 ◦ green 150 ◦ blue 189

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

Shades of East Side #B496BD

Tints of East Side #B496BD

RGB

 RED value IS 180 (70.7% from 255) = 34.68%

 GREEN value IS 150 (58.98% from 255) = 28.9%

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

R = 34.68%
G = 28.9%
B = 36.42%

CMYK

 C value IS 0.05

 M value IS 0.21

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B496BD (or 0xB496BD) is known color: East Side. HEX triplet: B4, 96 and BD. RGB value is (180,150,189). Sum of RGB (Red+Green+Blue) = 180+150+189=519 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.68% from 519); Green value is 150 (58.98% from 255 or 28.90% from 519); Blue value is 189 (74.22% from 255 or 36.42% from 519); Max value from RGB is 189 - color contains mainly: blue. Hex color #B496BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B496BD is #4B6942. Grayscale: #A3A3A3. Windows color (decimal): -4942147 or 12424884. OLE color: 12424884.

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

Color convert

RGB 180 150 189 -
CMYK 0.05 0.21 0 0.26
HSL 286.15º 0.23% 0.66% -
HSV(B) 286.15º 0.21% 0.74% -
XYZ 38.91 35.19 52.89 -
YUV 163.42 142.44 139.83 -
System Red Green Blue C M Y K H S L
Decimal 180 150 189 0.05 0.21 0 0.26 286.15 0.23 0.66
Hex B4 96 BD 5 15 0 1A 11E 17 42
Octal 264 226 275 5 25 0 32 436 27 102
Binary 10110100 10010110 10111101 101 10101 0 11010 100011110 10111 1000010

Color Harmonies of #B496BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B496BD

Black with #B496BD

Text Example


Text Example

White with #B496BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B496BD; }

 p { color: rgb(180,150,189); }

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

background-color css

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

 a { background-color: rgb(180,150,189); }

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

border-color css

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

 span { border-color: rgb(180,150,189); }

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