Html Css Color HEX #BD969D Viola

📋 copy color: '#BD969D'

red 189 ◦ green 150 ◦ blue 157

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

Shades of Viola #BD969D

Tints of Viola #BD969D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 30.24%

 BLUE value IS 157 (61.72% from 255) = 31.65%

R = 38.1%
G = 30.24%
B = 31.65%

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

#BD969D (or 0xBD969D) is known color: Viola. HEX triplet: BD, 96 and 9D. RGB value is (189,150,157). Sum of RGB (Red+Green+Blue) = 189+150+157=496 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.10% from 496); Green value is 150 (58.98% from 255 or 30.24% from 496); Blue value is 157 (61.72% from 255 or 31.65% from 496); Max value from RGB is 189 - color contains mainly: red. Hex color #BD969D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD969D is #426962. Grayscale: #A2A2A2. Windows color (decimal): -4352355 or 10327741. OLE color: 10327741.

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

Color convert

RGB 189 150 157 -
CMYK 0 0.21 0.17 0.26
HSL 349.23º 0.23% 0.66% -
HSV(B) 349.23º 0.21% 0.74% -
XYZ 37.98 35.07 36.67 -
YUV 162.46 124.92 146.93 -
System Red Green Blue C M Y K H S L
Decimal 189 150 157 0 0.21 0.17 0.26 349.23 0.23 0.66
Hex BD 96 9D 0 15 11 1A 15D 17 42
Octal 275 226 235 0 25 21 32 535 27 102
Binary 10111101 10010110 10011101 0 10101 10001 11010 101011101 10111 1000010

Color Harmonies of #BD969D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD969D

Black with #BD969D

Text Example


Text Example

White with #BD969D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD969D; }

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

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

background-color css

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

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

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

border-color css

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

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

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