Html Css Color HEX #BC9299 Viola

📋 copy color: '#BC9299'

red 188 ◦ green 146 ◦ blue 153

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

Shades of Viola #BC9299

Tints of Viola #BC9299

RGB

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

 GREEN value IS 146 (57.42% from 255) = 29.98%

 BLUE value IS 153 (60.16% from 255) = 31.42%

R = 38.6%
G = 29.98%
B = 31.42%

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

#BC9299 (or 0xBC9299) is known color: Viola. HEX triplet: BC, 92 and 99. RGB value is (188,146,153). Sum of RGB (Red+Green+Blue) = 188+146+153=487 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.60% from 487); Green value is 146 (57.42% from 255 or 29.98% from 487); Blue value is 153 (60.16% from 255 or 31.42% from 487); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9299 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9299 is #436D66. Grayscale: #9F9F9F. Windows color (decimal): -4418919 or 10064572. OLE color: 10064572.

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

Color convert

RGB 188 146 153 -
CMYK 0 0.22 0.19 0.26
HSL 350º 0.24% 0.65% -
HSV(B) 350º 0.22% 0.74% -
XYZ 36.77 33.55 34.67 -
YUV 159.36 124.41 148.43 -
System Red Green Blue C M Y K H S L
Decimal 188 146 153 0 0.22 0.19 0.26 350 0.24 0.65
Hex BC 92 99 0 16 13 1A 15E 18 41
Octal 274 222 231 0 26 23 32 536 30 101
Binary 10111100 10010010 10011001 0 10110 10011 11010 101011110 11000 1000001

Color Harmonies of #BC9299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9299

Black with #BC9299

Text Example


Text Example

White with #BC9299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9299; }

 p { color: rgb(188,146,153); }

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

background-color css

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

 a { background-color: rgb(188,146,153); }

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

border-color css

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

 span { border-color: rgb(188,146,153); }

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