Html Css Color HEX #BD9198 Viola

📋 copy color: '#BD9198'

red 189 ◦ green 145 ◦ blue 152

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

Shades of Viola #BD9198

Tints of Viola #BD9198

RGB

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

 GREEN value IS 145 (57.03% from 255) = 29.84%

 BLUE value IS 152 (59.77% from 255) = 31.28%

R = 38.89%
G = 29.84%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#BD9198 (or 0xBD9198) is known color: Viola. HEX triplet: BD, 91 and 98. RGB value is (189,145,152). Sum of RGB (Red+Green+Blue) = 189+145+152=486 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.89% from 486); Green value is 145 (57.03% from 255 or 29.84% from 486); Blue value is 152 (59.77% from 255 or 31.28% from 486); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9198 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9198 is #426E67. Grayscale: #9E9E9E. Windows color (decimal): -4353640 or 9998781. OLE color: 9998781.

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

Color convert

RGB 189 145 152 -
CMYK 0 0.23 0.20 0.26
HSL 350.45º 0.25% 0.65% -
HSV(B) 350.45º 0.23% 0.74% -
XYZ 36.78 33.34 34.2 -
YUV 158.95 124.08 149.43 -
System Red Green Blue C M Y K H S L
Decimal 189 145 152 0 0.23 0.20 0.26 350.45 0.25 0.65
Hex BD 91 98 0 17 14 1A 15E 19 41
Octal 275 221 230 0 27 24 32 536 31 101
Binary 10111101 10010001 10011000 0 10111 10100 11010 101011110 11001 1000001

Color Harmonies of #BD9198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9198

Black with #BD9198

Text Example


Text Example

White with #BD9198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9198; }

 p { color: rgb(189,145,152); }

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

background-color css

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

 a { background-color: rgb(189,145,152); }

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

border-color css

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

 span { border-color: rgb(189,145,152); }

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