Html Css Color HEX #BC799E Bouquet

📋 copy color: '#BC799E'

red 188 ◦ green 121 ◦ blue 158

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

Shades of Bouquet #BC799E

Tints of Bouquet #BC799E

RGB

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

 GREEN value IS 121 (47.66% from 255) = 25.91%

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

R = 40.26%
G = 25.91%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BC799E (or 0xBC799E) is known color: Bouquet. HEX triplet: BC, 79 and 9E. RGB value is (188,121,158). Sum of RGB (Red+Green+Blue) = 188+121+158=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 121 (47.66% from 255 or 25.91% from 467); Blue value is 158 (62.11% from 255 or 33.83% from 467); Max value from RGB is 188 - color contains mainly: red. Hex color #BC799E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC799E is #438661. Grayscale: #919191. Windows color (decimal): -4425314 or 10385852. OLE color: 10385852.

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

Color convert

RGB 188 121 158 -
CMYK 0 0.36 0.16 0.26
HSL 326.87º 0.33% 0.61% -
HSV(B) 326.87º 0.36% 0.74% -
XYZ 33.75 26.83 35.75 -
YUV 145.25 135.2 158.49 -
System Red Green Blue C M Y K H S L
Decimal 188 121 158 0 0.36 0.16 0.26 326.87 0.33 0.61
Hex BC 79 9E 0 24 10 1A 147 21 3D
Octal 274 171 236 0 44 20 32 507 41 75
Binary 10111100 1111001 10011110 0 100100 10000 11010 101000111 100001 111101

Color Harmonies of #BC799E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC799E

Black with #BC799E

Text Example


Text Example

White with #BC799E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC799E; }

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

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

background-color css

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

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

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

border-color css

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

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

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