Html Css Color HEX #B497C6 East Side

📋 copy color: '#B497C6'

red 180 ◦ green 151 ◦ blue 198

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

Shades of East Side #B497C6

Tints of East Side #B497C6

RGB

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

 GREEN value IS 151 (59.38% from 255) = 28.54%

 BLUE value IS 198 (77.73% from 255) = 37.43%

R = 34.03%
G = 28.54%
B = 37.43%

CMYK

 C value IS 0.09

 M value IS 0.24

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B497C6 (or 0xB497C6) is known color: East Side. HEX triplet: B4, 97 and C6. RGB value is (180,151,198). Sum of RGB (Red+Green+Blue) = 180+151+198=529 (70% of max value = 765). Red value is 180 (70.70% from 255 or 34.03% from 529); Green value is 151 (59.38% from 255 or 28.54% from 529); Blue value is 198 (77.73% from 255 or 37.43% from 529); Max value from RGB is 198 - color contains mainly: blue. Hex color #B497C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B497C6 is #4B6839. Grayscale: #A4A4A4. Windows color (decimal): -4941882 or 13014964. OLE color: 13014964.

HSL color Cylindrical-coordinate representation of color #B497C6: hue angle of 277.02º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B497C6 is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 180 151 198 -
CMYK 0.09 0.24 0 0.22
HSL 277.02º 0.29% 0.68% -
HSV(B) 277.02º 0.24% 0.78% -
XYZ 40.08 35.91 58.25 -
YUV 165.03 146.61 138.68 -
System Red Green Blue C M Y K H S L
Decimal 180 151 198 0.09 0.24 0 0.22 277.02 0.29 0.68
Hex B4 97 C6 9 18 0 16 115 1D 44
Octal 264 227 306 11 30 0 26 425 35 104
Binary 10110100 10010111 11000110 1001 11000 0 10110 100010101 11101 1000100

Color Harmonies of #B497C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B497C6

Black with #B497C6

Text Example


Text Example

White with #B497C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B497C6; }

 p { color: rgb(180,151,198); }

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

background-color css

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

 a { background-color: rgb(180,151,198); }

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

border-color css

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

 span { border-color: rgb(180,151,198); }

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