Html Css Color HEX #B0999E Viola

📋 copy color: '#B0999E'

red 176 ◦ green 153 ◦ blue 158

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

Shades of Viola #B0999E

Tints of Viola #B0999E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 32.44%

R = 36.14%
G = 31.42%
B = 32.44%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#B0999E (or 0xB0999E) is known color: Viola. HEX triplet: B0, 99 and 9E. RGB value is (176,153,158). Sum of RGB (Red+Green+Blue) = 176+153+158=487 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.14% from 487); Green value is 153 (60.16% from 255 or 31.42% from 487); Blue value is 158 (62.11% from 255 or 32.44% from 487); Max value from RGB is 176 - color contains mainly: red. Hex color #B0999E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0999E is #4F6661. Grayscale: #A0A0A0. Windows color (decimal): -5203554 or 10394032. OLE color: 10394032.

HSL color Cylindrical-coordinate representation of color #B0999E: hue angle of 346.96º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B0999E is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 153 158 -
CMYK 0 0.13 0.10 0.31
HSL 346.96º 0.13% 0.65% -
HSV(B) 346.96º 0.13% 0.69% -
XYZ 35.47 34.48 37.13 -
YUV 160.45 126.62 139.09 -
System Red Green Blue C M Y K H S L
Decimal 176 153 158 0 0.13 0.10 0.31 346.96 0.13 0.65
Hex B0 99 9E 0 D A 1F 15B D 41
Octal 260 231 236 0 15 12 37 533 15 101
Binary 10110000 10011001 10011110 0 1101 1010 11111 101011011 1101 1000001

Color Harmonies of #B0999E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0999E

Black with #B0999E

Text Example


Text Example

White with #B0999E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0999E; }

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

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

background-color css

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

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

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

border-color css

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

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

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