Html Css Color HEX #BC7E9F Bouquet

📋 copy color: '#BC7E9F'

red 188 ◦ green 126 ◦ blue 159

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

Shades of Bouquet #BC7E9F

Tints of Bouquet #BC7E9F

RGB

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

 GREEN value IS 126 (49.61% from 255) = 26.64%

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

R = 39.75%
G = 26.64%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#BC7E9F (or 0xBC7E9F) is known color: Bouquet. HEX triplet: BC, 7E and 9F. RGB value is (188,126,159). Sum of RGB (Red+Green+Blue) = 188+126+159=473 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.75% from 473); Green value is 126 (49.61% from 255 or 26.64% from 473); Blue value is 159 (62.5% from 255 or 33.62% from 473); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7E9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7E9F is #438160. Grayscale: #949494. Windows color (decimal): -4424033 or 10452668. OLE color: 10452668.

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

Color convert

RGB 188 126 159 -
CMYK 0 0.33 0.15 0.26
HSL 328.06º 0.32% 0.62% -
HSV(B) 328.06º 0.33% 0.74% -
XYZ 34.46 28.12 36.41 -
YUV 148.3 134.04 156.32 -
System Red Green Blue C M Y K H S L
Decimal 188 126 159 0 0.33 0.15 0.26 328.06 0.32 0.62
Hex BC 7E 9F 0 21 F 1A 148 20 3E
Octal 274 176 237 0 41 17 32 510 40 76
Binary 10111100 1111110 10011111 0 100001 1111 11010 101001000 100000 111110

Color Harmonies of #BC7E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7E9F

Black with #BC7E9F

Text Example


Text Example

White with #BC7E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7E9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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