Html Css Color HEX #BC7D9E Bouquet

📋 copy color: '#BC7D9E'

red 188 ◦ green 125 ◦ blue 158

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

Shades of Bouquet #BC7D9E

Tints of Bouquet #BC7D9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 33.55%

R = 39.92%
G = 26.54%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BC7D9E (or 0xBC7D9E) is known color: Bouquet. HEX triplet: BC, 7D and 9E. RGB value is (188,125,158). Sum of RGB (Red+Green+Blue) = 188+125+158=471 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.92% from 471); Green value is 125 (49.22% from 255 or 26.54% from 471); Blue value is 158 (62.11% from 255 or 33.55% from 471); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7D9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7D9E is #438261. Grayscale: #939393. Windows color (decimal): -4424290 or 10386876. OLE color: 10386876.

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

Color convert

RGB 188 125 158 -
CMYK 0 0.34 0.16 0.26
HSL 328.57º 0.32% 0.61% -
HSV(B) 328.57º 0.34% 0.74% -
XYZ 34.24 27.83 35.91 -
YUV 147.6 133.87 156.82 -
System Red Green Blue C M Y K H S L
Decimal 188 125 158 0 0.34 0.16 0.26 328.57 0.32 0.61
Hex BC 7D 9E 0 22 10 1A 149 20 3D
Octal 274 175 236 0 42 20 32 511 40 75
Binary 10111100 1111101 10011110 0 100010 10000 11010 101001001 100000 111101

Color Harmonies of #BC7D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7D9E

Black with #BC7D9E

Text Example


Text Example

White with #BC7D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7D9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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