Html Css Color HEX #B098BB East Side

📋 copy color: '#B098BB'

red 176 ◦ green 152 ◦ blue 187

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

Shades of East Side #B098BB

Tints of East Side #B098BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 36.31%

R = 34.17%
G = 29.51%
B = 36.31%

CMYK

 C value IS 0.06

 M value IS 0.19

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B098BB (or 0xB098BB) is known color: East Side. HEX triplet: B0, 98 and BB. RGB value is (176,152,187). Sum of RGB (Red+Green+Blue) = 176+152+187=515 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.17% from 515); Green value is 152 (59.77% from 255 or 29.51% from 515); Blue value is 187 (73.44% from 255 or 36.31% from 515); Max value from RGB is 187 - color contains mainly: blue. Hex color #B098BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B098BB is #4F6744. Grayscale: #A3A3A3. Windows color (decimal): -5203781 or 12294320. OLE color: 12294320.

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

Color convert

RGB 176 152 187 -
CMYK 0.06 0.19 0 0.27
HSL 281.14º 0.2% 0.66% -
HSV(B) 281.14º 0.19% 0.73% -
XYZ 38.1 35.27 51.81 -
YUV 163.17 141.45 137.15 -
System Red Green Blue C M Y K H S L
Decimal 176 152 187 0.06 0.19 0 0.27 281.14 0.2 0.66
Hex B0 98 BB 6 13 0 1B 119 14 42
Octal 260 230 273 6 23 0 33 431 24 102
Binary 10110000 10011000 10111011 110 10011 0 11011 100011001 10100 1000010

Color Harmonies of #B098BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B098BB

Black with #B098BB

Text Example


Text Example

White with #B098BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B098BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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