Html Css Color HEX #B296BF East Side

📋 copy color: '#B296BF'

red 178 ◦ green 150 ◦ blue 191

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

Shades of East Side #B296BF

Tints of East Side #B296BF

RGB

 RED value IS 178 (69.92% from 255) = 34.3%

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

 BLUE value IS 191 (75% from 255) = 36.8%

R = 34.3%
G = 28.9%
B = 36.8%

CMYK

 C value IS 0.07

 M value IS 0.21

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B296BF (or 0xB296BF) is known color: East Side. HEX triplet: B2, 96 and BF. RGB value is (178,150,191). Sum of RGB (Red+Green+Blue) = 178+150+191=519 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.30% from 519); Green value is 150 (58.98% from 255 or 28.90% from 519); Blue value is 191 (75% from 255 or 36.80% from 519); Max value from RGB is 191 - color contains mainly: blue. Hex color #B296BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B296BF is #4D6940. Grayscale: #A2A2A2. Windows color (decimal): -5073217 or 12555954. OLE color: 12555954.

HSL color Cylindrical-coordinate representation of color #B296BF: hue angle of 280.98º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B296BF is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 178 150 191 -
CMYK 0.07 0.21 0 0.25
HSL 280.98º 0.24% 0.67% -
HSV(B) 280.98º 0.21% 0.75% -
XYZ 38.67 35.04 54.02 -
YUV 163.05 143.78 138.67 -
System Red Green Blue C M Y K H S L
Decimal 178 150 191 0.07 0.21 0 0.25 280.98 0.24 0.67
Hex B2 96 BF 7 15 0 19 119 18 43
Octal 262 226 277 7 25 0 31 431 30 103
Binary 10110010 10010110 10111111 111 10101 0 11001 100011001 11000 1000011

Color Harmonies of #B296BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B296BF

Black with #B296BF

Text Example


Text Example

White with #B296BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B296BF; }

 p { color: rgb(178,150,191); }

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

background-color css

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

 a { background-color: rgb(178,150,191); }

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

border-color css

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

 span { border-color: rgb(178,150,191); }

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