Html Css Color HEX #BD959B Viola

📋 copy color: '#BD959B'

red 189 ◦ green 149 ◦ blue 155

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

Shades of Viola #BD959B

Tints of Viola #BD959B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.22%

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

R = 38.34%
G = 30.22%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#BD959B (or 0xBD959B) is known color: Viola. HEX triplet: BD, 95 and 9B. RGB value is (189,149,155). Sum of RGB (Red+Green+Blue) = 189+149+155=493 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.34% from 493); Green value is 149 (58.59% from 255 or 30.22% from 493); Blue value is 155 (60.94% from 255 or 31.44% from 493); Max value from RGB is 189 - color contains mainly: red. Hex color #BD959B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD959B is #426A64. Grayscale: #A1A1A1. Windows color (decimal): -4352613 or 10196413. OLE color: 10196413.

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

Color convert

RGB 189 149 155 -
CMYK 0 0.21 0.18 0.26
HSL 351º 0.23% 0.66% -
HSV(B) 351º 0.21% 0.74% -
XYZ 37.65 34.68 35.72 -
YUV 161.64 124.25 147.51 -
System Red Green Blue C M Y K H S L
Decimal 189 149 155 0 0.21 0.18 0.26 351 0.23 0.66
Hex BD 95 9B 0 15 12 1A 15F 17 42
Octal 275 225 233 0 25 22 32 537 27 102
Binary 10111101 10010101 10011011 0 10101 10010 11010 101011111 10111 1000010

Color Harmonies of #BD959B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD959B

Black with #BD959B

Text Example


Text Example

White with #BD959B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD959B; }

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

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

background-color css

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

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

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

border-color css

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

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

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