Html Css Color HEX #BD9199 Viola

📋 copy color: '#BD9199'

red 189 ◦ green 145 ◦ blue 153

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

Shades of Viola #BD9199

Tints of Viola #BD9199

RGB

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

 GREEN value IS 145 (57.03% from 255) = 29.77%

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

R = 38.81%
G = 29.77%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#BD9199 (or 0xBD9199) is known color: Viola. HEX triplet: BD, 91 and 99. RGB value is (189,145,153). Sum of RGB (Red+Green+Blue) = 189+145+153=487 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.81% from 487); Green value is 145 (57.03% from 255 or 29.77% from 487); Blue value is 153 (60.16% from 255 or 31.42% from 487); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9199 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9199 is #426E66. Grayscale: #9F9F9F. Windows color (decimal): -4353639 or 10064317. OLE color: 10064317.

HSL color Cylindrical-coordinate representation of color #BD9199: hue angle of 349.09º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BD9199 is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 145 153 -
CMYK 0 0.23 0.19 0.26
HSL 349.09º 0.25% 0.65% -
HSV(B) 349.09º 0.23% 0.74% -
XYZ 36.86 33.37 34.64 -
YUV 159.07 124.58 149.35 -
System Red Green Blue C M Y K H S L
Decimal 189 145 153 0 0.23 0.19 0.26 349.09 0.25 0.65
Hex BD 91 99 0 17 13 1A 15D 19 41
Octal 275 221 231 0 27 23 32 535 31 101
Binary 10111101 10010001 10011001 0 10111 10011 11010 101011101 11001 1000001

Color Harmonies of #BD9199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9199

Black with #BD9199

Text Example


Text Example

White with #BD9199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9199; }

 p { color: rgb(189,145,153); }

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

background-color css

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

 a { background-color: rgb(189,145,153); }

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

border-color css

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

 span { border-color: rgb(189,145,153); }

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