Html Css Color HEX #B397C0 East Side

📋 copy color: '#B397C0'

red 179 ◦ green 151 ◦ blue 192

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

Shades of East Side #B397C0

Tints of East Side #B397C0

RGB

 RED value IS 179 (70.31% from 255) = 34.29%

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

 BLUE value IS 192 (75.39% from 255) = 36.78%

R = 34.29%
G = 28.93%
B = 36.78%

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

#B397C0 (or 0xB397C0) is known color: East Side. HEX triplet: B3, 97 and C0. RGB value is (179,151,192). Sum of RGB (Red+Green+Blue) = 179+151+192=522 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.29% from 522); Green value is 151 (59.38% from 255 or 28.93% from 522); Blue value is 192 (75.39% from 255 or 36.78% from 522); Max value from RGB is 192 - color contains mainly: blue. Hex color #B397C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B397C0 is #4C683F. Grayscale: #A3A3A3. Windows color (decimal): -5007424 or 12621747. OLE color: 12621747.

HSL color Cylindrical-coordinate representation of color #B397C0: hue angle of 280.98º degrees, saturation: 0.25, 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 #B397C0 is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 179 151 192 -
CMYK 0.07 0.21 0 0.25
HSL 280.98º 0.25% 0.67% -
HSV(B) 280.98º 0.21% 0.75% -
XYZ 39.17 35.52 54.66 -
YUV 164.05 143.78 138.67 -
System Red Green Blue C M Y K H S L
Decimal 179 151 192 0.07 0.21 0 0.25 280.98 0.25 0.67
Hex B3 97 C0 7 15 0 19 119 19 43
Octal 263 227 300 7 25 0 31 431 31 103
Binary 10110011 10010111 11000000 111 10101 0 11001 100011001 11001 1000011

Color Harmonies of #B397C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B397C0

Black with #B397C0

Text Example


Text Example

White with #B397C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B397C0; }

 p { color: rgb(179,151,192); }

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

background-color css

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

 a { background-color: rgb(179,151,192); }

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

border-color css

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

 span { border-color: rgb(179,151,192); }

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