Html Css Color HEX #BC77AA Bouquet

📋 copy color: '#BC77AA'

red 188 ◦ green 119 ◦ blue 170

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

Shades of Bouquet #BC77AA

Tints of Bouquet #BC77AA

RGB

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

 GREEN value IS 119 (46.88% from 255) = 24.95%

 BLUE value IS 170 (66.8% from 255) = 35.64%

R = 39.41%
G = 24.95%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#BC77AA (or 0xBC77AA) is known color: Bouquet. HEX triplet: BC, 77 and AA. RGB value is (188,119,170). Sum of RGB (Red+Green+Blue) = 188+119+170=477 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.41% from 477); Green value is 119 (46.88% from 255 or 24.95% from 477); Blue value is 170 (66.80% from 255 or 35.64% from 477); Max value from RGB is 188 - color contains mainly: red. Hex color #BC77AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC77AA is #438855. Grayscale: #919191. Windows color (decimal): -4425814 or 11171772. OLE color: 11171772.

HSL color Cylindrical-coordinate representation of color #BC77AA: hue angle of 315.65º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BC77AA is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 119 170 -
CMYK 0 0.37 0.10 0.26
HSL 315.65º 0.34% 0.6% -
HSV(B) 315.65º 0.37% 0.74% -
XYZ 34.59 26.79 41.38 -
YUV 145.45 141.86 158.35 -
System Red Green Blue C M Y K H S L
Decimal 188 119 170 0 0.37 0.10 0.26 315.65 0.34 0.6
Hex BC 77 AA 0 25 A 1A 13C 22 3C
Octal 274 167 252 0 45 12 32 474 42 74
Binary 10111100 1110111 10101010 0 100101 1010 11010 100111100 100010 111100

Color Harmonies of #BC77AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC77AA

Black with #BC77AA

Text Example


Text Example

White with #BC77AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC77AA; }

 p { color: rgb(188,119,170); }

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

background-color css

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

 a { background-color: rgb(188,119,170); }

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

border-color css

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

 span { border-color: rgb(188,119,170); }

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