Html Css Color HEX #BC7A9F Bouquet

📋 copy color: '#BC7A9F'

red 188 ◦ green 122 ◦ blue 159

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

Shades of Bouquet #BC7A9F

Tints of Bouquet #BC7A9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 33.9%

R = 40.09%
G = 26.01%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#BC7A9F (or 0xBC7A9F) is known color: Bouquet. HEX triplet: BC, 7A and 9F. RGB value is (188,122,159). Sum of RGB (Red+Green+Blue) = 188+122+159=469 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40.09% from 469); Green value is 122 (48.05% from 255 or 26.01% from 469); Blue value is 159 (62.5% from 255 or 33.90% from 469); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7A9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7A9F is #438560. Grayscale: #919191. Windows color (decimal): -4425057 or 10451644. OLE color: 10451644.

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

Color convert

RGB 188 122 159 -
CMYK 0 0.35 0.15 0.26
HSL 326.36º 0.33% 0.61% -
HSV(B) 326.36º 0.35% 0.74% -
XYZ 33.96 27.11 36.24 -
YUV 145.95 135.37 157.99 -
System Red Green Blue C M Y K H S L
Decimal 188 122 159 0 0.35 0.15 0.26 326.36 0.33 0.61
Hex BC 7A 9F 0 23 F 1A 146 21 3D
Octal 274 172 237 0 43 17 32 506 41 75
Binary 10111100 1111010 10011111 0 100011 1111 11010 101000110 100001 111101

Color Harmonies of #BC7A9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7A9F

Black with #BC7A9F

Text Example


Text Example

White with #BC7A9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7A9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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