Html Css Color HEX #BC99A6 Viola

📋 copy color: '#BC99A6'

red 188 ◦ green 153 ◦ blue 166

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

Shades of Viola #BC99A6

Tints of Viola #BC99A6

RGB

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

 GREEN value IS 153 (60.16% from 255) = 30.18%

 BLUE value IS 166 (65.23% from 255) = 32.74%

R = 37.08%
G = 30.18%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.12

 K value IS 0.26

RGB Variations

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

Color information

#BC99A6 (or 0xBC99A6) is known color: Viola. HEX triplet: BC, 99 and A6. RGB value is (188,153,166). Sum of RGB (Red+Green+Blue) = 188+153+166=507 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.08% from 507); Green value is 153 (60.16% from 255 or 30.18% from 507); Blue value is 166 (65.23% from 255 or 32.74% from 507); Max value from RGB is 188 - color contains mainly: red. Hex color #BC99A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC99A6 is #436659. Grayscale: #A4A4A4. Windows color (decimal): -4417114 or 10918332. OLE color: 10918332.

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

Color convert

RGB 188 153 166 -
CMYK 0 0.19 0.12 0.26
HSL 337.71º 0.21% 0.67% -
HSV(B) 337.71º 0.19% 0.74% -
XYZ 39.01 36.23 41.01 -
YUV 164.95 128.6 144.44 -
System Red Green Blue C M Y K H S L
Decimal 188 153 166 0 0.19 0.12 0.26 337.71 0.21 0.67
Hex BC 99 A6 0 13 C 1A 152 15 43
Octal 274 231 246 0 23 14 32 522 25 103
Binary 10111100 10011001 10100110 0 10011 1100 11010 101010010 10101 1000011

Color Harmonies of #BC99A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC99A6

Black with #BC99A6

Text Example


Text Example

White with #BC99A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC99A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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