Html Css Color HEX #BC7EAA Bouquet

📋 copy color: '#BC7EAA'

red 188 ◦ green 126 ◦ blue 170

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

Shades of Bouquet #BC7EAA

Tints of Bouquet #BC7EAA

RGB

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

 GREEN value IS 126 (49.61% from 255) = 26.03%

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

R = 38.84%
G = 26.03%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#BC7EAA (or 0xBC7EAA) is known color: Bouquet. HEX triplet: BC, 7E and AA. RGB value is (188,126,170). Sum of RGB (Red+Green+Blue) = 188+126+170=484 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.84% from 484); Green value is 126 (49.61% from 255 or 26.03% from 484); Blue value is 170 (66.80% from 255 or 35.12% from 484); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7EAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7EAA is #438155. Grayscale: #959595. Windows color (decimal): -4424022 or 11173564. OLE color: 11173564.

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

Color convert

RGB 188 126 170 -
CMYK 0 0.33 0.10 0.26
HSL 317.42º 0.32% 0.62% -
HSV(B) 317.42º 0.33% 0.74% -
XYZ 35.46 28.52 41.67 -
YUV 149.55 139.54 155.42 -
System Red Green Blue C M Y K H S L
Decimal 188 126 170 0 0.33 0.10 0.26 317.42 0.32 0.62
Hex BC 7E AA 0 21 A 1A 13D 20 3E
Octal 274 176 252 0 41 12 32 475 40 76
Binary 10111100 1111110 10101010 0 100001 1010 11010 100111101 100000 111110

Color Harmonies of #BC7EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7EAA

Black with #BC7EAA

Text Example


Text Example

White with #BC7EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7EAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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