Html Css Color HEX #BC7A9D Bouquet

📋 copy color: '#BC7A9D'

red 188 ◦ green 122 ◦ blue 157

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

Shades of Bouquet #BC7A9D

Tints of Bouquet #BC7A9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 33.62%

R = 40.26%
G = 26.12%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BC7A9D (or 0xBC7A9D) is known color: Bouquet. HEX triplet: BC, 7A and 9D. RGB value is (188,122,157). Sum of RGB (Red+Green+Blue) = 188+122+157=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 122 (48.05% from 255 or 26.12% from 467); Blue value is 157 (61.72% from 255 or 33.62% from 467); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7A9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7A9D is #438562. Grayscale: #919191. Windows color (decimal): -4425059 or 10320572. OLE color: 10320572.

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

Color convert

RGB 188 122 157 -
CMYK 0 0.35 0.16 0.26
HSL 328.18º 0.33% 0.61% -
HSV(B) 328.18º 0.35% 0.74% -
XYZ 33.78 27.04 35.34 -
YUV 145.72 134.37 158.15 -
System Red Green Blue C M Y K H S L
Decimal 188 122 157 0 0.35 0.16 0.26 328.18 0.33 0.61
Hex BC 7A 9D 0 23 10 1A 148 21 3D
Octal 274 172 235 0 43 20 32 510 41 75
Binary 10111100 1111010 10011101 0 100011 10000 11010 101001000 100001 111101

Color Harmonies of #BC7A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7A9D

Black with #BC7A9D

Text Example


Text Example

White with #BC7A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7A9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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