Html Css Color HEX #B096C4 East Side

📋 copy color: '#B096C4'

red 176 ◦ green 150 ◦ blue 196

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

Shades of East Side #B096C4

Tints of East Side #B096C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 37.55%

R = 33.72%
G = 28.74%
B = 37.55%

CMYK

 C value IS 0.10

 M value IS 0.23

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#B096C4 (or 0xB096C4) is known color: East Side. HEX triplet: B0, 96 and C4. RGB value is (176,150,196). Sum of RGB (Red+Green+Blue) = 176+150+196=522 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.72% from 522); Green value is 150 (58.98% from 255 or 28.74% from 522); Blue value is 196 (76.95% from 255 or 37.55% from 522); Max value from RGB is 196 - color contains mainly: blue. Hex color #B096C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B096C4 is #4F693B. Grayscale: #A2A2A2. Windows color (decimal): -5204284 or 12883632. OLE color: 12883632.

HSL color Cylindrical-coordinate representation of color #B096C4: hue angle of 273.91º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B096C4 is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 176 150 196 -
CMYK 0.10 0.23 0 0.23
HSL 273.91º 0.28% 0.68% -
HSV(B) 273.91º 0.23% 0.77% -
XYZ 38.77 35.03 56.94 -
YUV 163.02 146.61 137.26 -
System Red Green Blue C M Y K H S L
Decimal 176 150 196 0.10 0.23 0 0.23 273.91 0.28 0.68
Hex B0 96 C4 A 17 0 17 112 1C 44
Octal 260 226 304 12 27 0 27 422 34 104
Binary 10110000 10010110 11000100 1010 10111 0 10111 100010010 11100 1000100

Color Harmonies of #B096C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B096C4

Black with #B096C4

Text Example


Text Example

White with #B096C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B096C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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