Html Css Color HEX #BC9398 Viola

📋 copy color: '#BC9398'

red 188 ◦ green 147 ◦ blue 152

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

Shades of Viola #BC9398

Tints of Viola #BC9398

RGB

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

 GREEN value IS 147 (57.81% from 255) = 30.18%

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

R = 38.6%
G = 30.18%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#BC9398 (or 0xBC9398) is known color: Viola. HEX triplet: BC, 93 and 98. RGB value is (188,147,152). Sum of RGB (Red+Green+Blue) = 188+147+152=487 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.60% from 487); Green value is 147 (57.81% from 255 or 30.18% from 487); Blue value is 152 (59.77% from 255 or 31.21% from 487); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9398 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9398 is #436C67. Grayscale: #9F9F9F. Windows color (decimal): -4418664 or 9999292. OLE color: 9999292.

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

Color convert

RGB 188 147 152 -
CMYK 0 0.22 0.19 0.26
HSL 352.68º 0.23% 0.66% -
HSV(B) 352.68º 0.22% 0.74% -
XYZ 36.84 33.83 34.29 -
YUV 159.83 123.58 148.09 -
System Red Green Blue C M Y K H S L
Decimal 188 147 152 0 0.22 0.19 0.26 352.68 0.23 0.66
Hex BC 93 98 0 16 13 1A 161 17 42
Octal 274 223 230 0 26 23 32 541 27 102
Binary 10111100 10010011 10011000 0 10110 10011 11010 101100001 10111 1000010

Color Harmonies of #BC9398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9398

Black with #BC9398

Text Example


Text Example

White with #BC9398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9398; }

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

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

background-color css

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

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

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

border-color css

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

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

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