Html Css Color HEX #B098BA East Side

📋 copy color: '#B098BA'

red 176 ◦ green 152 ◦ blue 186

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

Shades of East Side #B098BA

Tints of East Side #B098BA

RGB

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

 GREEN value IS 152 (59.77% from 255) = 29.57%

 BLUE value IS 186 (73.05% from 255) = 36.19%

R = 34.24%
G = 29.57%
B = 36.19%

CMYK

 C value IS 0.05

 M value IS 0.18

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B098BA (or 0xB098BA) is known color: East Side. HEX triplet: B0, 98 and BA. RGB value is (176,152,186). Sum of RGB (Red+Green+Blue) = 176+152+186=514 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.24% from 514); Green value is 152 (59.77% from 255 or 29.57% from 514); Blue value is 186 (73.05% from 255 or 36.19% from 514); Max value from RGB is 186 - color contains mainly: blue. Hex color #B098BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B098BA is #4F6745. Grayscale: #A2A2A2. Windows color (decimal): -5203782 or 12228784. OLE color: 12228784.

HSL color Cylindrical-coordinate representation of color #B098BA: hue angle of 282.35º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B098BA is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 176 152 186 -
CMYK 0.05 0.18 0 0.27
HSL 282.35º 0.2% 0.66% -
HSV(B) 282.35º 0.18% 0.73% -
XYZ 38 35.23 51.25 -
YUV 163.05 140.95 137.24 -
System Red Green Blue C M Y K H S L
Decimal 176 152 186 0.05 0.18 0 0.27 282.35 0.2 0.66
Hex B0 98 BA 5 12 0 1B 11A 14 42
Octal 260 230 272 5 22 0 33 432 24 102
Binary 10110000 10011000 10111010 101 10010 0 11011 100011010 10100 1000010

Color Harmonies of #B098BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B098BA

Black with #B098BA

Text Example


Text Example

White with #B098BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B098BA; }

 p { color: rgb(176,152,186); }

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

background-color css

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

 a { background-color: rgb(176,152,186); }

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

border-color css

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

 span { border-color: rgb(176,152,186); }

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