Html Css Color HEX #BC79AC Bouquet

📋 copy color: '#BC79AC'

red 188 ◦ green 121 ◦ blue 172

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

Shades of Bouquet #BC79AC

Tints of Bouquet #BC79AC

RGB

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

 GREEN value IS 121 (47.66% from 255) = 25.16%

 BLUE value IS 172 (67.58% from 255) = 35.76%

R = 39.09%
G = 25.16%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BC79AC (or 0xBC79AC) is known color: Bouquet. HEX triplet: BC, 79 and AC. RGB value is (188,121,172). Sum of RGB (Red+Green+Blue) = 188+121+172=481 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.09% from 481); Green value is 121 (47.66% from 255 or 25.16% from 481); Blue value is 172 (67.58% from 255 or 35.76% from 481); Max value from RGB is 188 - color contains mainly: red. Hex color #BC79AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC79AC is #438653. Grayscale: #929292. Windows color (decimal): -4425300 or 11303356. OLE color: 11303356.

HSL color Cylindrical-coordinate representation of color #BC79AC: hue angle of 314.33º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BC79AC is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 121 172 -
CMYK 0 0.36 0.09 0.26
HSL 314.33º 0.33% 0.61% -
HSV(B) 314.33º 0.36% 0.74% -
XYZ 35.02 27.34 42.46 -
YUV 146.85 142.2 157.35 -
System Red Green Blue C M Y K H S L
Decimal 188 121 172 0 0.36 0.09 0.26 314.33 0.33 0.61
Hex BC 79 AC 0 24 9 1A 13A 21 3D
Octal 274 171 254 0 44 11 32 472 41 75
Binary 10111100 1111001 10101100 0 100100 1001 11010 100111010 100001 111101

Color Harmonies of #BC79AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC79AC

Black with #BC79AC

Text Example


Text Example

White with #BC79AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC79AC; }

 p { color: rgb(188,121,172); }

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

background-color css

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

 a { background-color: rgb(188,121,172); }

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

border-color css

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

 span { border-color: rgb(188,121,172); }

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