Html Css Color HEX #B6989D Viola

📋 copy color: '#B6989D'

red 182 ◦ green 152 ◦ blue 157

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

Shades of Viola #B6989D

Tints of Viola #B6989D

RGB

 RED value IS 182 (71.48% from 255) = 37.07%

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

 BLUE value IS 157 (61.72% from 255) = 31.98%

R = 37.07%
G = 30.96%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#B6989D (or 0xB6989D) is known color: Viola. HEX triplet: B6, 98 and 9D. RGB value is (182,152,157). Sum of RGB (Red+Green+Blue) = 182+152+157=491 (65% of max value = 765). Red value is 182 (71.48% from 255 or 37.07% from 491); Green value is 152 (59.77% from 255 or 30.96% from 491); Blue value is 157 (61.72% from 255 or 31.98% from 491); Max value from RGB is 182 - color contains mainly: red. Hex color #B6989D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6989D is #496762. Grayscale: #A1A1A1. Windows color (decimal): -4810595 or 10328246. OLE color: 10328246.

HSL color Cylindrical-coordinate representation of color #B6989D: hue angle of 350º degrees, saturation: 0.17, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B6989D is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 152 157 -
CMYK 0 0.16 0.14 0.29
HSL 350º 0.17% 0.65% -
HSV(B) 350º 0.16% 0.71% -
XYZ 36.61 34.84 36.69 -
YUV 161.54 125.44 142.59 -
System Red Green Blue C M Y K H S L
Decimal 182 152 157 0 0.16 0.14 0.29 350 0.17 0.65
Hex B6 98 9D 0 10 E 1D 15E 11 41
Octal 266 230 235 0 20 16 35 536 21 101
Binary 10110110 10011000 10011101 0 10000 1110 11101 101011110 10001 1000001

Color Harmonies of #B6989D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6989D

Black with #B6989D

Text Example


Text Example

White with #B6989D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6989D; }

 p { color: rgb(182,152,157); }

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

background-color css

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

 a { background-color: rgb(182,152,157); }

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

border-color css

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

 span { border-color: rgb(182,152,157); }

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