Html Css Color HEX #BD8396 Viola

📋 copy color: '#BD8396'

red 189 ◦ green 131 ◦ blue 150

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

Shades of Viola #BD8396

Tints of Viola #BD8396

RGB

 RED value IS 189 (74.22% from 255) = 40.21%

 GREEN value IS 131 (51.56% from 255) = 27.87%

 BLUE value IS 150 (58.98% from 255) = 31.91%

R = 40.21%
G = 27.87%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#BD8396 (or 0xBD8396) is known color: Viola. HEX triplet: BD, 83 and 96. RGB value is (189,131,150). Sum of RGB (Red+Green+Blue) = 189+131+150=470 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.21% from 470); Green value is 131 (51.56% from 255 or 27.87% from 470); Blue value is 150 (58.98% from 255 or 31.91% from 470); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8396 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8396 is #427C69. Grayscale: #969696. Windows color (decimal): -4357226 or 9864125. OLE color: 9864125.

HSL color Cylindrical-coordinate representation of color #BD8396: hue angle of 340.34º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BD8396 is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 131 150 -
CMYK 0 0.31 0.21 0.26
HSL 340.34º 0.31% 0.63% -
HSV(B) 340.34º 0.31% 0.74% -
XYZ 34.61 29.25 32.68 -
YUV 150.51 127.72 155.46 -
System Red Green Blue C M Y K H S L
Decimal 189 131 150 0 0.31 0.21 0.26 340.34 0.31 0.63
Hex BD 83 96 0 1F 15 1A 154 1F 3F
Octal 275 203 226 0 37 25 32 524 37 77
Binary 10111101 10000011 10010110 0 11111 10101 11010 101010100 11111 111111

Color Harmonies of #BD8396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8396

Black with #BD8396

Text Example


Text Example

White with #BD8396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8396; }

 p { color: rgb(189,131,150); }

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

background-color css

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

 a { background-color: rgb(189,131,150); }

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

border-color css

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

 span { border-color: rgb(189,131,150); }

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