Html Css Color HEX #BC76AC Bouquet

📋 copy color: '#BC76AC'

red 188 ◦ green 118 ◦ blue 172

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

Shades of Bouquet #BC76AC

Tints of Bouquet #BC76AC

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.69%

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

R = 39.33%
G = 24.69%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BC76AC (or 0xBC76AC) is known color: Bouquet. HEX triplet: BC, 76 and AC. RGB value is (188,118,172). Sum of RGB (Red+Green+Blue) = 188+118+172=478 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.33% from 478); Green value is 118 (46.48% from 255 or 24.69% from 478); Blue value is 172 (67.58% from 255 or 35.98% from 478); Max value from RGB is 188 - color contains mainly: red. Hex color #BC76AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC76AC is #438953. Grayscale: #909090. Windows color (decimal): -4426068 or 11302588. OLE color: 11302588.

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

Color convert

RGB 188 118 172 -
CMYK 0 0.37 0.09 0.26
HSL 313.71º 0.34% 0.6% -
HSV(B) 313.71º 0.37% 0.74% -
XYZ 34.66 26.63 42.34 -
YUV 145.09 143.19 158.61 -
System Red Green Blue C M Y K H S L
Decimal 188 118 172 0 0.37 0.09 0.26 313.71 0.34 0.6
Hex BC 76 AC 0 25 9 1A 13A 22 3C
Octal 274 166 254 0 45 11 32 472 42 74
Binary 10111100 1110110 10101100 0 100101 1001 11010 100111010 100010 111100

Color Harmonies of #BC76AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC76AC

Black with #BC76AC

Text Example


Text Example

White with #BC76AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC76AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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