Html Css Color HEX #B492BA East Side

📋 copy color: '#B492BA'

red 180 ◦ green 146 ◦ blue 186

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

Shades of East Side #B492BA

Tints of East Side #B492BA

RGB

 RED value IS 180 (70.7% from 255) = 35.16%

 GREEN value IS 146 (57.42% from 255) = 28.52%

 BLUE value IS 186 (73.05% from 255) = 36.33%

R = 35.16%
G = 28.52%
B = 36.33%

CMYK

 C value IS 0.03

 M value IS 0.22

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B492BA (or 0xB492BA) is known color: East Side. HEX triplet: B4, 92 and BA. RGB value is (180,146,186). Sum of RGB (Red+Green+Blue) = 180+146+186=512 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.16% from 512); Green value is 146 (57.42% from 255 or 28.52% from 512); Blue value is 186 (73.05% from 255 or 36.33% from 512); Max value from RGB is 186 - color contains mainly: blue. Hex color #B492BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B492BA is #4B6D45. Grayscale: #A0A0A0. Windows color (decimal): -4943174 or 12227252. OLE color: 12227252.

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

Color convert

RGB 180 146 186 -
CMYK 0.03 0.22 0 0.27
HSL 291º 0.22% 0.65% -
HSV(B) 291º 0.22% 0.73% -
XYZ 37.96 33.81 50.98 -
YUV 160.73 142.26 141.75 -
System Red Green Blue C M Y K H S L
Decimal 180 146 186 0.03 0.22 0 0.27 291 0.22 0.65
Hex B4 92 BA 3 16 0 1B 123 16 41
Octal 264 222 272 3 26 0 33 443 26 101
Binary 10110100 10010010 10111010 11 10110 0 11011 100100011 10110 1000001

Color Harmonies of #B492BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B492BA

Black with #B492BA

Text Example


Text Example

White with #B492BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B492BA; }

 p { color: rgb(180,146,186); }

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

background-color css

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

 a { background-color: rgb(180,146,186); }

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

border-color css

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

 span { border-color: rgb(180,146,186); }

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