Html Css Color HEX #BC7CA9 Bouquet

📋 copy color: '#BC7CA9'

red 188 ◦ green 124 ◦ blue 169

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

Shades of Bouquet #BC7CA9

Tints of Bouquet #BC7CA9

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.78%

 BLUE value IS 169 (66.41% from 255) = 35.14%

R = 39.09%
G = 25.78%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#BC7CA9 (or 0xBC7CA9) is known color: Bouquet. HEX triplet: BC, 7C and A9. RGB value is (188,124,169). Sum of RGB (Red+Green+Blue) = 188+124+169=481 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.09% from 481); Green value is 124 (48.83% from 255 or 25.78% from 481); Blue value is 169 (66.41% from 255 or 35.14% from 481); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7CA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7CA9 is #438356. Grayscale: #949494. Windows color (decimal): -4424535 or 11107516. OLE color: 11107516.

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

Color convert

RGB 188 124 169 -
CMYK 0 0.34 0.10 0.26
HSL 317.81º 0.32% 0.61% -
HSV(B) 317.81º 0.34% 0.74% -
XYZ 35.11 27.97 41.08 -
YUV 148.27 139.7 156.34 -
System Red Green Blue C M Y K H S L
Decimal 188 124 169 0 0.34 0.10 0.26 317.81 0.32 0.61
Hex BC 7C A9 0 22 A 1A 13E 20 3D
Octal 274 174 251 0 42 12 32 476 40 75
Binary 10111100 1111100 10101001 0 100010 1010 11010 100111110 100000 111101

Color Harmonies of #BC7CA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7CA9

Black with #BC7CA9

Text Example


Text Example

White with #BC7CA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7CA9; }

 p { color: rgb(188,124,169); }

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

background-color css

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

 a { background-color: rgb(188,124,169); }

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

border-color css

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

 span { border-color: rgb(188,124,169); }

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