Html Css Color HEX #BC79A2 Bouquet

📋 copy color: '#BC79A2'

red 188 ◦ green 121 ◦ blue 162

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

Shades of Bouquet #BC79A2

Tints of Bouquet #BC79A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 34.39%

R = 39.92%
G = 25.69%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#BC79A2 (or 0xBC79A2) is known color: Bouquet. HEX triplet: BC, 79 and A2. RGB value is (188,121,162). Sum of RGB (Red+Green+Blue) = 188+121+162=471 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.92% from 471); Green value is 121 (47.66% from 255 or 25.69% from 471); Blue value is 162 (63.67% from 255 or 34.39% from 471); Max value from RGB is 188 - color contains mainly: red. Hex color #BC79A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC79A2 is #43865D. Grayscale: #919191. Windows color (decimal): -4425310 or 10647996. OLE color: 10647996.

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

Color convert

RGB 188 121 162 -
CMYK 0 0.36 0.14 0.26
HSL 323.28º 0.33% 0.61% -
HSV(B) 323.28º 0.36% 0.74% -
XYZ 34.1 26.97 37.59 -
YUV 145.71 137.2 158.17 -
System Red Green Blue C M Y K H S L
Decimal 188 121 162 0 0.36 0.14 0.26 323.28 0.33 0.61
Hex BC 79 A2 0 24 E 1A 143 21 3D
Octal 274 171 242 0 44 16 32 503 41 75
Binary 10111100 1111001 10100010 0 100100 1110 11010 101000011 100001 111101

Color Harmonies of #BC79A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC79A2

Black with #BC79A2

Text Example


Text Example

White with #BC79A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC79A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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