Html Css Color HEX #B497C3 East Side

📋 copy color: '#B497C3'

red 180 ◦ green 151 ◦ blue 195

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

Shades of East Side #B497C3

Tints of East Side #B497C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 37.07%

R = 34.22%
G = 28.71%
B = 37.07%

CMYK

 C value IS 0.08

 M value IS 0.23

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B497C3 (or 0xB497C3) is known color: East Side. HEX triplet: B4, 97 and C3. RGB value is (180,151,195). Sum of RGB (Red+Green+Blue) = 180+151+195=526 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.22% from 526); Green value is 151 (59.38% from 255 or 28.71% from 526); Blue value is 195 (76.56% from 255 or 37.07% from 526); Max value from RGB is 195 - color contains mainly: blue. Hex color #B497C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B497C3 is #4B683C. Grayscale: #A4A4A4. Windows color (decimal): -4941885 or 12818356. OLE color: 12818356.

HSL color Cylindrical-coordinate representation of color #B497C3: hue angle of 279.55º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B497C3 is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 180 151 195 -
CMYK 0.08 0.23 0 0.24
HSL 279.55º 0.27% 0.68% -
HSV(B) 279.55º 0.23% 0.76% -
XYZ 39.74 35.78 56.44 -
YUV 164.69 145.11 138.92 -
System Red Green Blue C M Y K H S L
Decimal 180 151 195 0.08 0.23 0 0.24 279.55 0.27 0.68
Hex B4 97 C3 8 17 0 18 118 1B 44
Octal 264 227 303 10 27 0 30 430 33 104
Binary 10110100 10010111 11000011 1000 10111 0 11000 100011000 11011 1000100

Color Harmonies of #B497C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B497C3

Black with #B497C3

Text Example


Text Example

White with #B497C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B497C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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