Html Css Color HEX #B097C3 East Side

📋 copy color: '#B097C3'

red 176 ◦ green 151 ◦ blue 195

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

Shades of East Side #B097C3

Tints of East Side #B097C3

RGB

 RED value IS 176 (69.14% from 255) = 33.72%

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

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

R = 33.72%
G = 28.93%
B = 37.36%

CMYK

 C value IS 0.10

 M value IS 0.23

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B097C3 (or 0xB097C3) is known color: East Side. HEX triplet: B0, 97 and C3. RGB value is (176,151,195). Sum of RGB (Red+Green+Blue) = 176+151+195=522 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.72% from 522); Green value is 151 (59.38% from 255 or 28.93% from 522); Blue value is 195 (76.56% from 255 or 37.36% from 522); Max value from RGB is 195 - color contains mainly: blue. Hex color #B097C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B097C3 is #4F683C. Grayscale: #A3A3A3. Windows color (decimal): -5204029 or 12818352. OLE color: 12818352.

HSL color Cylindrical-coordinate representation of color #B097C3: hue angle of 274.09º 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 #B097C3 is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 176 151 195 -
CMYK 0.10 0.23 0 0.24
HSL 274.09º 0.27% 0.68% -
HSV(B) 274.09º 0.23% 0.76% -
XYZ 38.82 35.3 56.4 -
YUV 163.49 145.78 136.92 -
System Red Green Blue C M Y K H S L
Decimal 176 151 195 0.10 0.23 0 0.24 274.09 0.27 0.68
Hex B0 97 C3 A 17 0 18 112 1B 44
Octal 260 227 303 12 27 0 30 422 33 104
Binary 10110000 10010111 11000011 1010 10111 0 11000 100010010 11011 1000100

Color Harmonies of #B097C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B097C3

Black with #B097C3

Text Example


Text Example

White with #B097C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B097C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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