Html Css Color HEX #BC7AAC Bouquet

📋 copy color: '#BC7AAC'

red 188 ◦ green 122 ◦ blue 172

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

Shades of Bouquet #BC7AAC

Tints of Bouquet #BC7AAC

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.31%

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

R = 39%
G = 25.31%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BC7AAC (or 0xBC7AAC) is known color: Bouquet. HEX triplet: BC, 7A and AC. RGB value is (188,122,172). Sum of RGB (Red+Green+Blue) = 188+122+172=482 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.00% from 482); Green value is 122 (48.05% from 255 or 25.31% from 482); Blue value is 172 (67.58% from 255 or 35.68% from 482); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7AAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7AAC is #438553. Grayscale: #939393. Windows color (decimal): -4425044 or 11303612. OLE color: 11303612.

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

Color convert

RGB 188 122 172 -
CMYK 0 0.35 0.09 0.26
HSL 314.55º 0.33% 0.61% -
HSV(B) 314.55º 0.35% 0.74% -
XYZ 35.14 27.59 42.5 -
YUV 147.43 141.87 156.93 -
System Red Green Blue C M Y K H S L
Decimal 188 122 172 0 0.35 0.09 0.26 314.55 0.33 0.61
Hex BC 7A AC 0 23 9 1A 13B 21 3D
Octal 274 172 254 0 43 11 32 473 41 75
Binary 10111100 1111010 10101100 0 100011 1001 11010 100111011 100001 111101

Color Harmonies of #BC7AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7AAC

Black with #BC7AAC

Text Example


Text Example

White with #BC7AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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