Html Css Color HEX #BD949B Viola

📋 copy color: '#BD949B'

red 189 ◦ green 148 ◦ blue 155

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

Shades of Viola #BD949B

Tints of Viola #BD949B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.08%

 BLUE value IS 155 (60.94% from 255) = 31.5%

R = 38.41%
G = 30.08%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#BD949B (or 0xBD949B) is known color: Viola. HEX triplet: BD, 94 and 9B. RGB value is (189,148,155). Sum of RGB (Red+Green+Blue) = 189+148+155=492 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.41% from 492); Green value is 148 (58.20% from 255 or 30.08% from 492); Blue value is 155 (60.94% from 255 or 31.50% from 492); Max value from RGB is 189 - color contains mainly: red. Hex color #BD949B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD949B is #426B64. Grayscale: #A1A1A1. Windows color (decimal): -4352869 or 10196157. OLE color: 10196157.

HSL color Cylindrical-coordinate representation of color #BD949B: hue angle of 349.76º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BD949B is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 148 155 -
CMYK 0 0.22 0.18 0.26
HSL 349.76º 0.24% 0.66% -
HSV(B) 349.76º 0.22% 0.74% -
XYZ 37.49 34.37 35.67 -
YUV 161.06 124.58 147.93 -
System Red Green Blue C M Y K H S L
Decimal 189 148 155 0 0.22 0.18 0.26 349.76 0.24 0.66
Hex BD 94 9B 0 16 12 1A 15E 18 42
Octal 275 224 233 0 26 22 32 536 30 102
Binary 10111101 10010100 10011011 0 10110 10010 11010 101011110 11000 1000010

Color Harmonies of #BD949B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD949B

Black with #BD949B

Text Example


Text Example

White with #BD949B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD949B; }

 p { color: rgb(189,148,155); }

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

background-color css

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

 a { background-color: rgb(189,148,155); }

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

border-color css

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

 span { border-color: rgb(189,148,155); }

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