Html Css Color HEX #B596CA East Side

📋 copy color: '#B596CA'

red 181 ◦ green 150 ◦ blue 202

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

Shades of East Side #B596CA

Tints of East Side #B596CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 37.9%

R = 33.96%
G = 28.14%
B = 37.9%

CMYK

 C value IS 0.10

 M value IS 0.26

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B596CA (or 0xB596CA) is known color: East Side. HEX triplet: B5, 96 and CA. RGB value is (181,150,202). Sum of RGB (Red+Green+Blue) = 181+150+202=533 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.96% from 533); Green value is 150 (58.98% from 255 or 28.14% from 533); Blue value is 202 (79.30% from 255 or 37.90% from 533); Max value from RGB is 202 - color contains mainly: blue. Hex color #B596CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B596CA is #4A6935. Grayscale: #A5A5A5. Windows color (decimal): -4876598 or 13276853. OLE color: 13276853.

HSL color Cylindrical-coordinate representation of color #B596CA: hue angle of 275.77º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B596CA is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 181 150 202 -
CMYK 0.10 0.26 0 0.21
HSL 275.77º 0.33% 0.69% -
HSV(B) 275.77º 0.26% 0.79% -
XYZ 40.62 35.9 60.67 -
YUV 165.2 148.77 139.27 -
System Red Green Blue C M Y K H S L
Decimal 181 150 202 0.10 0.26 0 0.21 275.77 0.33 0.69
Hex B5 96 CA A 1A 0 15 114 21 45
Octal 265 226 312 12 32 0 25 424 41 105
Binary 10110101 10010110 11001010 1010 11010 0 10101 100010100 100001 1000101

Color Harmonies of #B596CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B596CA

Black with #B596CA

Text Example


Text Example

White with #B596CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B596CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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