Html Css Color HEX #BC9198 Viola

📋 copy color: '#BC9198'

red 188 ◦ green 145 ◦ blue 152

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

Shades of Viola #BC9198

Tints of Viola #BC9198

RGB

 RED value IS 188 (73.83% from 255) = 38.76%

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

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

R = 38.76%
G = 29.9%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#BC9198 (or 0xBC9198) is known color: Viola. HEX triplet: BC, 91 and 98. RGB value is (188,145,152). Sum of RGB (Red+Green+Blue) = 188+145+152=485 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.76% from 485); Green value is 145 (57.03% from 255 or 29.90% from 485); Blue value is 152 (59.77% from 255 or 31.34% from 485); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9198 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9198 is #436E67. Grayscale: #9E9E9E. Windows color (decimal): -4419176 or 9998780. OLE color: 9998780.

HSL color Cylindrical-coordinate representation of color #BC9198: hue angle of 350.23º degrees, saturation: 0.24, 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 #BC9198 is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 145 152 -
CMYK 0 0.23 0.19 0.26
HSL 350.23º 0.24% 0.65% -
HSV(B) 350.23º 0.23% 0.74% -
XYZ 36.53 33.21 34.19 -
YUV 158.66 124.25 148.93 -
System Red Green Blue C M Y K H S L
Decimal 188 145 152 0 0.23 0.19 0.26 350.23 0.24 0.65
Hex BC 91 98 0 17 13 1A 15E 18 41
Octal 274 221 230 0 27 23 32 536 30 101
Binary 10111100 10010001 10011000 0 10111 10011 11010 101011110 11000 1000001

Color Harmonies of #BC9198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9198

Black with #BC9198

Text Example


Text Example

White with #BC9198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9198; }

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

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

background-color css

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

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

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

border-color css

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

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

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