Html Css Color HEX #B99EA6 Viola

📋 copy color: '#B99EA6'

red 185 ◦ green 158 ◦ blue 166

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

Shades of Viola #B99EA6

Tints of Viola #B99EA6

RGB

 RED value IS 185 (72.66% from 255) = 36.35%

 GREEN value IS 158 (62.11% from 255) = 31.04%

 BLUE value IS 166 (65.23% from 255) = 32.61%

R = 36.35%
G = 31.04%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#B99EA6 (or 0xB99EA6) is known color: Viola. HEX triplet: B9, 9E and A6. RGB value is (185,158,166). Sum of RGB (Red+Green+Blue) = 185+158+166=509 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.35% from 509); Green value is 158 (62.11% from 255 or 31.04% from 509); Blue value is 166 (65.23% from 255 or 32.61% from 509); Max value from RGB is 185 - color contains mainly: red. Hex color #B99EA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99EA6 is #466159. Grayscale: #A6A6A6. Windows color (decimal): -4612442 or 10919609. OLE color: 10919609.

HSL color Cylindrical-coordinate representation of color #B99EA6: hue angle of 342.22º degrees, saturation: 0.16, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B99EA6 is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 158 166 -
CMYK 0 0.15 0.10 0.27
HSL 342.22º 0.16% 0.67% -
HSV(B) 342.22º 0.15% 0.73% -
XYZ 39.12 37.52 41.26 -
YUV 166.99 127.45 140.85 -
System Red Green Blue C M Y K H S L
Decimal 185 158 166 0 0.15 0.10 0.27 342.22 0.16 0.67
Hex B9 9E A6 0 F A 1B 156 10 43
Octal 271 236 246 0 17 12 33 526 20 103
Binary 10111001 10011110 10100110 0 1111 1010 11011 101010110 10000 1000011

Color Harmonies of #B99EA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99EA6

Black with #B99EA6

Text Example


Text Example

White with #B99EA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99EA6; }

 p { color: rgb(185,158,166); }

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

background-color css

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

 a { background-color: rgb(185,158,166); }

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

border-color css

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

 span { border-color: rgb(185,158,166); }

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