Html Css Color HEX #B096B5 East Side

📋 copy color: '#B096B5'

red 176 ◦ green 150 ◦ blue 181

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

Shades of East Side #B096B5

Tints of East Side #B096B5

RGB

 RED value IS 176 (69.14% from 255) = 34.71%

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

 BLUE value IS 181 (71.09% from 255) = 35.7%

R = 34.71%
G = 29.59%
B = 35.7%

CMYK

 C value IS 0.03

 M value IS 0.17

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B096B5 (or 0xB096B5) is known color: East Side. HEX triplet: B0, 96 and B5. RGB value is (176,150,181). Sum of RGB (Red+Green+Blue) = 176+150+181=507 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.71% from 507); Green value is 150 (58.98% from 255 or 29.59% from 507); Blue value is 181 (71.09% from 255 or 35.70% from 507); Max value from RGB is 181 - color contains mainly: blue. Hex color #B096B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B096B5 is #4F694A. Grayscale: #A1A1A1. Windows color (decimal): -5204299 or 11900592. OLE color: 11900592.

HSL color Cylindrical-coordinate representation of color #B096B5: hue angle of 290.32º degrees, saturation: 0.17, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B096B5 is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 176 150 181 -
CMYK 0.03 0.17 0 0.29
HSL 290.32º 0.17% 0.65% -
HSV(B) 290.32º 0.17% 0.71% -
XYZ 37.15 34.38 48.39 -
YUV 161.31 139.11 138.48 -
System Red Green Blue C M Y K H S L
Decimal 176 150 181 0.03 0.17 0 0.29 290.32 0.17 0.65
Hex B0 96 B5 3 11 0 1D 122 11 41
Octal 260 226 265 3 21 0 35 442 21 101
Binary 10110000 10010110 10110101 11 10001 0 11101 100100010 10001 1000001

Color Harmonies of #B096B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B096B5

Black with #B096B5

Text Example


Text Example

White with #B096B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B096B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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