Html Css Color HEX #B098BE East Side

📋 copy color: '#B098BE'

red 176 ◦ green 152 ◦ blue 190

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

Shades of East Side #B098BE

Tints of East Side #B098BE

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 value IS 0.07

 M value IS 0.2

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B098BE (or 0xB098BE) is known color: 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

RGB 176 152 190 -
CMYK 0.07 0.2 0 0.25
HSL 277.89º 0.23% 0.67% -
HSV(B) 277.89º 0.2% 0.75% -
XYZ 38.43 35.4 53.52 -
YUV 163.51 142.95 136.91 -
System Red Green Blue C M Y K H S L
Decimal 176 152 190 0.07 0.2 0 0.25 277.89 0.23 0.67
Hex B0 98 BE 7 14 0 19 116 17 43
Octal 260 230 276 7 24 0 31 426 27 103
Binary 10110000 10011000 10111110 111 10100 0 11001 100010110 10111 1000011

Color Harmonies of #B098BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B098BE

Black with #B098BE

Text Example


Text Example

White with #B098BE

Text Example


Text Example

HTML Codes & Css Web 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>