Html Css Color HEX #BC7F9F Bouquet

📋 copy color: '#BC7F9F'

red 188 ◦ green 127 ◦ blue 159

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

Shades of Bouquet #BC7F9F

Tints of Bouquet #BC7F9F

RGB

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

 GREEN value IS 127 (50% from 255) = 26.79%

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

R = 39.66%
G = 26.79%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#BC7F9F (or 0xBC7F9F) is known color: Bouquet. HEX triplet: BC, 7F and 9F. RGB value is (188,127,159). Sum of RGB (Red+Green+Blue) = 188+127+159=474 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.66% from 474); Green value is 127 (50% from 255 or 26.79% from 474); Blue value is 159 (62.5% from 255 or 33.54% from 474); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7F9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7F9F is #438060. Grayscale: #949494. Windows color (decimal): -4423777 or 10452924. OLE color: 10452924.

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

Color convert

RGB 188 127 159 -
CMYK 0 0.32 0.15 0.26
HSL 328.52º 0.31% 0.62% -
HSV(B) 328.52º 0.32% 0.74% -
XYZ 34.59 28.37 36.45 -
YUV 148.89 133.71 155.9 -
System Red Green Blue C M Y K H S L
Decimal 188 127 159 0 0.32 0.15 0.26 328.52 0.31 0.62
Hex BC 7F 9F 0 20 F 1A 149 1F 3E
Octal 274 177 237 0 40 17 32 511 37 76
Binary 10111100 1111111 10011111 0 100000 1111 11010 101001001 11111 111110

Color Harmonies of #BC7F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7F9F

Black with #BC7F9F

Text Example


Text Example

White with #BC7F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7F9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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