Html Css Color HEX #BC7D9C Bouquet

📋 copy color: '#BC7D9C'

red 188 ◦ green 125 ◦ blue 156

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

Shades of Bouquet #BC7D9C

Tints of Bouquet #BC7D9C

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.65%

 BLUE value IS 156 (61.33% from 255) = 33.26%

R = 40.09%
G = 26.65%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#BC7D9C (or 0xBC7D9C) is known color: Bouquet. HEX triplet: BC, 7D and 9C. RGB value is (188,125,156). Sum of RGB (Red+Green+Blue) = 188+125+156=469 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40.09% from 469); Green value is 125 (49.22% from 255 or 26.65% from 469); Blue value is 156 (61.33% from 255 or 33.26% from 469); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7D9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7D9C is #438263. Grayscale: #939393. Windows color (decimal): -4424292 or 10255804. OLE color: 10255804.

HSL color Cylindrical-coordinate representation of color #BC7D9C: hue angle of 330.48º 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 #BC7D9C is Cyan = 0, Magento = 0.34, Yellow = 0.17 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 125 156 -
CMYK 0 0.34 0.17 0.26
HSL 330.48º 0.32% 0.61% -
HSV(B) 330.48º 0.34% 0.74% -
XYZ 34.07 27.76 35.01 -
YUV 147.37 132.87 156.98 -
System Red Green Blue C M Y K H S L
Decimal 188 125 156 0 0.34 0.17 0.26 330.48 0.32 0.61
Hex BC 7D 9C 0 22 11 1A 14A 20 3D
Octal 274 175 234 0 42 21 32 512 40 75
Binary 10111100 1111101 10011100 0 100010 10001 11010 101001010 100000 111101

Color Harmonies of #BC7D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7D9C

Black with #BC7D9C

Text Example


Text Example

White with #BC7D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7D9C; }

 p { color: rgb(188,125,156); }

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

background-color css

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

 a { background-color: rgb(188,125,156); }

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

border-color css

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

 span { border-color: rgb(188,125,156); }

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