Html Css Color HEX #B099C0 East Side

📋 copy color: '#B099C0'

red 176 ◦ green 153 ◦ blue 192

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

Shades of East Side #B099C0

Tints of East Side #B099C0

RGB

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

 GREEN value IS 153 (60.16% from 255) = 29.37%

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

R = 33.78%
G = 29.37%
B = 36.85%

CMYK

 C value IS 0.08

 M value IS 0.20

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B099C0 (or 0xB099C0) is known color: East Side. HEX triplet: B0, 99 and C0. RGB value is (176,153,192). Sum of RGB (Red+Green+Blue) = 176+153+192=521 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.78% from 521); Green value is 153 (60.16% from 255 or 29.37% from 521); Blue value is 192 (75.39% from 255 or 36.85% from 521); Max value from RGB is 192 - color contains mainly: blue. Hex color #B099C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B099C0 is #4F663F. Grayscale: #A4A4A4. Windows color (decimal): -5203520 or 12622256. OLE color: 12622256.

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

Color convert

RGB 176 153 192 -
CMYK 0.08 0.20 0 0.25
HSL 275.38º 0.24% 0.68% -
HSV(B) 275.38º 0.2% 0.75% -
XYZ 38.81 35.82 54.74 -
YUV 164.32 143.62 136.33 -
System Red Green Blue C M Y K H S L
Decimal 176 153 192 0.08 0.20 0 0.25 275.38 0.24 0.68
Hex B0 99 C0 8 14 0 19 113 18 44
Octal 260 231 300 10 24 0 31 423 30 104
Binary 10110000 10011001 11000000 1000 10100 0 11001 100010011 11000 1000100

Color Harmonies of #B099C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B099C0

Black with #B099C0

Text Example


Text Example

White with #B099C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B099C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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