Html Css Color HEX #BD8996 Viola

📋 copy color: '#BD8996'

red 189 ◦ green 137 ◦ blue 150

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

Shades of Viola #BD8996

Tints of Viola #BD8996

RGB

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

 GREEN value IS 137 (53.91% from 255) = 28.78%

 BLUE value IS 150 (58.98% from 255) = 31.51%

R = 39.71%
G = 28.78%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#BD8996 (or 0xBD8996) is known color: Viola. HEX triplet: BD, 89 and 96. RGB value is (189,137,150). Sum of RGB (Red+Green+Blue) = 189+137+150=476 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.71% from 476); Green value is 137 (53.91% from 255 or 28.78% from 476); Blue value is 150 (58.98% from 255 or 31.51% from 476); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8996 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8996 is #427669. Grayscale: #9A9A9A. Windows color (decimal): -4355690 or 9865661. OLE color: 9865661.

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

Color convert

RGB 189 137 150 -
CMYK 0 0.28 0.21 0.26
HSL 345º 0.28% 0.64% -
HSV(B) 345º 0.28% 0.74% -
XYZ 35.44 30.91 32.95 -
YUV 154.03 125.73 152.94 -
System Red Green Blue C M Y K H S L
Decimal 189 137 150 0 0.28 0.21 0.26 345 0.28 0.64
Hex BD 89 96 0 1C 15 1A 159 1C 40
Octal 275 211 226 0 34 25 32 531 34 100
Binary 10111101 10001001 10010110 0 11100 10101 11010 101011001 11100 1000000

Color Harmonies of #BD8996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8996

Black with #BD8996

Text Example


Text Example

White with #BD8996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8996; }

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

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

background-color css

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

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

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

border-color css

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

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

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