Html Css Color HEX #B098C1 East Side

📋 copy color: '#B098C1'

red 176 ◦ green 152 ◦ blue 193

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

Shades of East Side #B098C1

Tints of East Side #B098C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 37.04%

R = 33.78%
G = 29.17%
B = 37.04%

CMYK

 C value IS 0.09

 M value IS 0.21

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B098C1 (or 0xB098C1) is known color: East Side. HEX triplet: B0, 98 and C1. RGB value is (176,152,193). Sum of RGB (Red+Green+Blue) = 176+152+193=521 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.78% from 521); Green value is 152 (59.77% from 255 or 29.17% from 521); Blue value is 193 (75.78% from 255 or 37.04% from 521); Max value from RGB is 193 - color contains mainly: blue. Hex color #B098C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B098C1 is #4F673E. Grayscale: #A3A3A3. Windows color (decimal): -5203775 or 12687536. OLE color: 12687536.

HSL color Cylindrical-coordinate representation of color #B098C1: hue angle of 275.12º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B098C1 is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 176 152 193 -
CMYK 0.09 0.21 0 0.24
HSL 275.12º 0.25% 0.68% -
HSV(B) 275.12º 0.21% 0.76% -
XYZ 38.76 35.54 55.27 -
YUV 163.85 144.45 136.67 -
System Red Green Blue C M Y K H S L
Decimal 176 152 193 0.09 0.21 0 0.24 275.12 0.25 0.68
Hex B0 98 C1 9 15 0 18 113 19 44
Octal 260 230 301 11 25 0 30 423 31 104
Binary 10110000 10011000 11000001 1001 10101 0 11000 100010011 11001 1000100

Color Harmonies of #B098C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B098C1

Black with #B098C1

Text Example


Text Example

White with #B098C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B098C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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