Html Css Color HEX #B99DA6 Viola

📋 copy color: '#B99DA6'

red 185 ◦ green 157 ◦ blue 166

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

Shades of Viola #B99DA6

Tints of Viola #B99DA6

RGB

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

 GREEN value IS 157 (61.72% from 255) = 30.91%

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

R = 36.42%
G = 30.91%
B = 32.68%

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

#B99DA6 (or 0xB99DA6) is known color: Viola. HEX triplet: B9, 9D and A6. RGB value is (185,157,166). Sum of RGB (Red+Green+Blue) = 185+157+166=508 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.42% from 508); Green value is 157 (61.72% from 255 or 30.91% from 508); Blue value is 166 (65.23% from 255 or 32.68% from 508); Max value from RGB is 185 - color contains mainly: red. Hex color #B99DA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99DA6 is #466259. Grayscale: #A6A6A6. Windows color (decimal): -4612698 or 10919353. OLE color: 10919353.

HSL color Cylindrical-coordinate representation of color #B99DA6: hue angle of 340.71º degrees, saturation: 0.17, 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 #B99DA6 is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 157 166 -
CMYK 0 0.15 0.10 0.27
HSL 340.71º 0.17% 0.67% -
HSV(B) 340.71º 0.15% 0.73% -
XYZ 38.95 37.18 41.2 -
YUV 166.4 127.78 141.27 -
System Red Green Blue C M Y K H S L
Decimal 185 157 166 0 0.15 0.10 0.27 340.71 0.17 0.67
Hex B9 9D A6 0 F A 1B 155 11 43
Octal 271 235 246 0 17 12 33 525 21 103
Binary 10111001 10011101 10100110 0 1111 1010 11011 101010101 10001 1000011

Color Harmonies of #B99DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99DA6

Black with #B99DA6

Text Example


Text Example

White with #B99DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99DA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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