Html Css Color HEX #BD959C Viola

📋 copy color: '#BD959C'

red 189 ◦ green 149 ◦ blue 156

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

Shades of Viola #BD959C

Tints of Viola #BD959C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 31.58%

R = 38.26%
G = 30.16%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#BD959C (or 0xBD959C) is known color: Viola. HEX triplet: BD, 95 and 9C. RGB value is (189,149,156). Sum of RGB (Red+Green+Blue) = 189+149+156=494 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.26% from 494); Green value is 149 (58.59% from 255 or 30.16% from 494); Blue value is 156 (61.33% from 255 or 31.58% from 494); Max value from RGB is 189 - color contains mainly: red. Hex color #BD959C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD959C is #426A63. Grayscale: #A1A1A1. Windows color (decimal): -4352612 or 10261949. OLE color: 10261949.

HSL color Cylindrical-coordinate representation of color #BD959C: hue angle of 349.5º 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 #BD959C is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 149 156 -
CMYK 0 0.21 0.17 0.26
HSL 349.5º 0.23% 0.66% -
HSV(B) 349.5º 0.21% 0.74% -
XYZ 37.73 34.71 36.16 -
YUV 161.76 124.75 147.43 -
System Red Green Blue C M Y K H S L
Decimal 189 149 156 0 0.21 0.17 0.26 349.5 0.23 0.66
Hex BD 95 9C 0 15 11 1A 15E 17 42
Octal 275 225 234 0 25 21 32 536 27 102
Binary 10111101 10010101 10011100 0 10101 10001 11010 101011110 10111 1000010

Color Harmonies of #BD959C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD959C

Black with #BD959C

Text Example


Text Example

White with #BD959C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD959C; }

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

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

background-color css

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

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

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

border-color css

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

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

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