Html Css Color HEX #BC7AA5 Bouquet

📋 copy color: '#BC7AA5'

red 188 ◦ green 122 ◦ blue 165

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

Shades of Bouquet #BC7AA5

Tints of Bouquet #BC7AA5

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.68%

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

R = 39.58%
G = 25.68%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.12

 K value IS 0.26

RGB Variations

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

Color information

#BC7AA5 (or 0xBC7AA5) is known color: Bouquet. HEX triplet: BC, 7A and A5. RGB value is (188,122,165). Sum of RGB (Red+Green+Blue) = 188+122+165=475 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.58% from 475); Green value is 122 (48.05% from 255 or 25.68% from 475); Blue value is 165 (64.84% from 255 or 34.74% from 475); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7AA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7AA5 is #43855A. Grayscale: #929292. Windows color (decimal): -4425051 or 10844860. OLE color: 10844860.

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

Color convert

RGB 188 122 165 -
CMYK 0 0.35 0.12 0.26
HSL 320.91º 0.33% 0.61% -
HSV(B) 320.91º 0.35% 0.74% -
XYZ 34.49 27.33 39.05 -
YUV 146.64 138.37 157.5 -
System Red Green Blue C M Y K H S L
Decimal 188 122 165 0 0.35 0.12 0.26 320.91 0.33 0.61
Hex BC 7A A5 0 23 C 1A 141 21 3D
Octal 274 172 245 0 43 14 32 501 41 75
Binary 10111100 1111010 10100101 0 100011 1100 11010 101000001 100001 111101

Color Harmonies of #BC7AA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7AA5

Black with #BC7AA5

Text Example


Text Example

White with #BC7AA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7AA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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