Html Css Color HEX #BD899C Viola

📋 copy color: '#BD899C'

red 189 ◦ green 137 ◦ blue 156

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

Shades of Viola #BD899C

Tints of Viola #BD899C

RGB

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

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

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

R = 39.21%
G = 28.42%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#BD899C (or 0xBD899C) is known color: Viola. HEX triplet: BD, 89 and 9C. RGB value is (189,137,156). Sum of RGB (Red+Green+Blue) = 189+137+156=482 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.21% from 482); Green value is 137 (53.91% from 255 or 28.42% from 482); Blue value is 156 (61.33% from 255 or 32.37% from 482); Max value from RGB is 189 - color contains mainly: red. Hex color #BD899C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD899C is #427663. Grayscale: #9A9A9A. Windows color (decimal): -4355684 or 10258877. OLE color: 10258877.

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

Color convert

RGB 189 137 156 -
CMYK 0 0.28 0.17 0.26
HSL 338.08º 0.28% 0.64% -
HSV(B) 338.08º 0.28% 0.74% -
XYZ 35.93 31.11 35.56 -
YUV 154.71 128.73 152.46 -
System Red Green Blue C M Y K H S L
Decimal 189 137 156 0 0.28 0.17 0.26 338.08 0.28 0.64
Hex BD 89 9C 0 1C 11 1A 152 1C 40
Octal 275 211 234 0 34 21 32 522 34 100
Binary 10111101 10001001 10011100 0 11100 10001 11010 101010010 11100 1000000

Color Harmonies of #BD899C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD899C

Black with #BD899C

Text Example


Text Example

White with #BD899C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD899C; }

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

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

background-color css

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

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

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

border-color css

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

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

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