#B098BE

Color #B098BE East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #B098BE

Tints of East Side #B098BE

Color information

#B098BE (or 0xB098BE) is unknown color: approx East Side. HEX triplet: B0, 98 and BE. RGB value is (176,152,190). Sum of RGB (Red+Green+Blue) = 176+152+190=518 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.98% from 518); Green value is 152 (59.77% from 255 or 29.34% from 518); Blue value is 190 (74.61% from 255 or 36.68% from 518); Max value from RGB is 190 - color contains mainly: blue. Hex color #B098BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B098BE is #4F6741. Grayscale: #A3A3A3. Windows color (decimal): -5203778 or 12490928. OLE color: 12490928.

HSL color Cylindrical-coordinate representation of color #B098BE: hue angle of 277.89º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B098BE is Cyan = 0.07, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB176152190-
CMYK0.070.200.25
HSL277.89º22.62%67.06%-
HSV(B)277.89º20%74.51%-
XYZ38.4335.453.52-
YUV163.51142.95136.91-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.98%
GREEN value IS 152 (59.77% from 255) = 29.34%
BLUE value IS 190 (74.61% from 255) = 36.68%
R=33.98%
G=29.34%
B=36.68%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1761521900.070.200.25277.8922.6267.06
HexB098BE7140191161743
Octal26023027672403142627103
Binary10110000100110001011111011110100011001100010110101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B098BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B098BE; }

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

 H1.HeaderClassName
 {
   color: #B098BE;
 }
 .AnyTagClassName
 {
   color: #B098BE;
 }
</style>
background-color css

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

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

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

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

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

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