Html Css Color HEX #B499BE East Side

📋 copy color: '#B499BE'

red 180 ◦ green 153 ◦ blue 190

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

Shades of East Side #B499BE

Tints of East Side #B499BE

RGB

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

 GREEN value IS 153 (60.16% from 255) = 29.25%

 BLUE value IS 190 (74.61% from 255) = 36.33%

R = 34.42%
G = 29.25%
B = 36.33%

CMYK

 C value IS 0.05

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B499BE (or 0xB499BE) is known color: East Side. HEX triplet: B4, 99 and BE. RGB value is (180,153,190). Sum of RGB (Red+Green+Blue) = 180+153+190=523 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.42% from 523); Green value is 153 (60.16% from 255 or 29.25% from 523); Blue value is 190 (74.61% from 255 or 36.33% from 523); Max value from RGB is 190 - color contains mainly: blue. Hex color #B499BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B499BE is #4B6641. Grayscale: #A5A5A5. Windows color (decimal): -4941378 or 12491188. OLE color: 12491188.

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

Color convert

RGB 180 153 190 -
CMYK 0.05 0.19 0 0.25
HSL 283.78º 0.22% 0.67% -
HSV(B) 283.78º 0.19% 0.75% -
XYZ 39.51 36.2 53.62 -
YUV 165.29 141.95 138.49 -
System Red Green Blue C M Y K H S L
Decimal 180 153 190 0.05 0.19 0 0.25 283.78 0.22 0.67
Hex B4 99 BE 5 13 0 19 11C 16 43
Octal 264 231 276 5 23 0 31 434 26 103
Binary 10110100 10011001 10111110 101 10011 0 11001 100011100 10110 1000011

Color Harmonies of #B499BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B499BE

Black with #B499BE

Text Example


Text Example

White with #B499BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B499BE; }

 p { color: rgb(180,153,190); }

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

background-color css

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

 a { background-color: rgb(180,153,190); }

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

border-color css

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

 span { border-color: rgb(180,153,190); }

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