Html Css Color HEX #B596C6 East Side

📋 copy color: '#B596C6'

red 181 ◦ green 150 ◦ blue 198

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

Shades of East Side #B596C6

Tints of East Side #B596C6

RGB

 RED value IS 181 (71.09% from 255) = 34.22%

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

 BLUE value IS 198 (77.73% from 255) = 37.43%

R = 34.22%
G = 28.36%
B = 37.43%

CMYK

 C value IS 0.09

 M value IS 0.24

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B596C6 (or 0xB596C6) is known color: East Side. HEX triplet: B5, 96 and C6. RGB value is (181,150,198). Sum of RGB (Red+Green+Blue) = 181+150+198=529 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.22% from 529); Green value is 150 (58.98% from 255 or 28.36% from 529); Blue value is 198 (77.73% from 255 or 37.43% from 529); Max value from RGB is 198 - color contains mainly: blue. Hex color #B596C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B596C6 is #4A6939. Grayscale: #A4A4A4. Windows color (decimal): -4876602 or 13014709. OLE color: 13014709.

HSL color Cylindrical-coordinate representation of color #B596C6: hue angle of 278.75º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B596C6 is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 181 150 198 -
CMYK 0.09 0.24 0 0.22
HSL 278.75º 0.3% 0.68% -
HSV(B) 278.75º 0.24% 0.78% -
XYZ 40.16 35.71 58.2 -
YUV 164.74 146.77 139.6 -
System Red Green Blue C M Y K H S L
Decimal 181 150 198 0.09 0.24 0 0.22 278.75 0.3 0.68
Hex B5 96 C6 9 18 0 16 117 1E 44
Octal 265 226 306 11 30 0 26 427 36 104
Binary 10110101 10010110 11000110 1001 11000 0 10110 100010111 11110 1000100

Color Harmonies of #B596C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B596C6

Black with #B596C6

Text Example


Text Example

White with #B596C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B596C6; }

 p { color: rgb(181,150,198); }

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

background-color css

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

 a { background-color: rgb(181,150,198); }

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

border-color css

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

 span { border-color: rgb(181,150,198); }

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