Html Css Color HEX #B098C0 East Side

📋 copy color: '#B098C0'

red 176 ◦ green 152 ◦ blue 192

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

Shades of East Side #B098C0

Tints of East Side #B098C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 36.92%

R = 33.85%
G = 29.23%
B = 36.92%

CMYK

 C value IS 0.08

 M value IS 0.21

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B098C0 (or 0xB098C0) is known color: East Side. HEX triplet: B0, 98 and C0. RGB value is (176,152,192). Sum of RGB (Red+Green+Blue) = 176+152+192=520 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.85% from 520); Green value is 152 (59.77% from 255 or 29.23% from 520); Blue value is 192 (75.39% from 255 or 36.92% from 520); Max value from RGB is 192 - color contains mainly: blue. Hex color #B098C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B098C0 is #4F673F. Grayscale: #A3A3A3. Windows color (decimal): -5203776 or 12622000. OLE color: 12622000.

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

Color convert

RGB 176 152 192 -
CMYK 0.08 0.21 0 0.25
HSL 276º 0.24% 0.67% -
HSV(B) 276º 0.21% 0.75% -
XYZ 38.65 35.49 54.68 -
YUV 163.74 143.95 136.75 -
System Red Green Blue C M Y K H S L
Decimal 176 152 192 0.08 0.21 0 0.25 276 0.24 0.67
Hex B0 98 C0 8 15 0 19 114 18 43
Octal 260 230 300 10 25 0 31 424 30 103
Binary 10110000 10011000 11000000 1000 10101 0 11001 100010100 11000 1000011

Color Harmonies of #B098C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B098C0

Black with #B098C0

Text Example


Text Example

White with #B098C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B098C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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