Html Css Color HEX #BC7B9F Bouquet

📋 copy color: '#BC7B9F'

red 188 ◦ green 123 ◦ blue 159

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

Shades of Bouquet #BC7B9F

Tints of Bouquet #BC7B9F

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.17%

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

R = 40%
G = 26.17%
B = 33.83%

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

#BC7B9F (or 0xBC7B9F) is known color: Bouquet. HEX triplet: BC, 7B and 9F. RGB value is (188,123,159). Sum of RGB (Red+Green+Blue) = 188+123+159=470 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40% from 470); Green value is 123 (48.44% from 255 or 26.17% from 470); Blue value is 159 (62.5% from 255 or 33.83% from 470); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7B9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7B9F is #438460. Grayscale: #929292. Windows color (decimal): -4424801 or 10451900. OLE color: 10451900.

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

Color convert

RGB 188 123 159 -
CMYK 0 0.35 0.15 0.26
HSL 326.77º 0.33% 0.61% -
HSV(B) 326.77º 0.35% 0.74% -
XYZ 34.08 27.36 36.29 -
YUV 146.54 135.03 157.57 -
System Red Green Blue C M Y K H S L
Decimal 188 123 159 0 0.35 0.15 0.26 326.77 0.33 0.61
Hex BC 7B 9F 0 23 F 1A 147 21 3D
Octal 274 173 237 0 43 17 32 507 41 75
Binary 10111100 1111011 10011111 0 100011 1111 11010 101000111 100001 111101

Color Harmonies of #BC7B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7B9F

Black with #BC7B9F

Text Example


Text Example

White with #BC7B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7B9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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