Html Css Color HEX #BC79A5 Bouquet

📋 copy color: '#BC79A5'

red 188 ◦ green 121 ◦ blue 165

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

Shades of Bouquet #BC79A5

Tints of Bouquet #BC79A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 34.81%

R = 39.66%
G = 25.53%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.12

 K value IS 0.26

RGB Variations

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

Color information

#BC79A5 (or 0xBC79A5) is known color: Bouquet. HEX triplet: BC, 79 and A5. RGB value is (188,121,165). Sum of RGB (Red+Green+Blue) = 188+121+165=474 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.66% from 474); Green value is 121 (47.66% from 255 or 25.53% from 474); Blue value is 165 (64.84% from 255 or 34.81% from 474); Max value from RGB is 188 - color contains mainly: red. Hex color #BC79A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC79A5 is #43865A. Grayscale: #919191. Windows color (decimal): -4425307 or 10844604. OLE color: 10844604.

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

Color convert

RGB 188 121 165 -
CMYK 0 0.36 0.12 0.26
HSL 320.6º 0.33% 0.61% -
HSV(B) 320.6º 0.36% 0.74% -
XYZ 34.37 27.08 39.01 -
YUV 146.05 138.7 157.92 -
System Red Green Blue C M Y K H S L
Decimal 188 121 165 0 0.36 0.12 0.26 320.6 0.33 0.61
Hex BC 79 A5 0 24 C 1A 141 21 3D
Octal 274 171 245 0 44 14 32 501 41 75
Binary 10111100 1111001 10100101 0 100100 1100 11010 101000001 100001 111101

Color Harmonies of #BC79A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC79A5

Black with #BC79A5

Text Example


Text Example

White with #BC79A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC79A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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