Html Css Color HEX #BC7DA2 Bouquet

📋 copy color: '#BC7DA2'

red 188 ◦ green 125 ◦ blue 162

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

Shades of Bouquet #BC7DA2

Tints of Bouquet #BC7DA2

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.32%

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

R = 39.58%
G = 26.32%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#BC7DA2 (or 0xBC7DA2) is known color: Bouquet. HEX triplet: BC, 7D and A2. RGB value is (188,125,162). Sum of RGB (Red+Green+Blue) = 188+125+162=475 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.58% from 475); Green value is 125 (49.22% from 255 or 26.32% from 475); Blue value is 162 (63.67% from 255 or 34.11% from 475); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7DA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7DA2 is #43825D. Grayscale: #939393. Windows color (decimal): -4424286 or 10649020. OLE color: 10649020.

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

Color convert

RGB 188 125 162 -
CMYK 0 0.34 0.14 0.26
HSL 324.76º 0.32% 0.61% -
HSV(B) 324.76º 0.34% 0.74% -
XYZ 34.59 27.97 37.76 -
YUV 148.06 135.87 156.49 -
System Red Green Blue C M Y K H S L
Decimal 188 125 162 0 0.34 0.14 0.26 324.76 0.32 0.61
Hex BC 7D A2 0 22 E 1A 145 20 3D
Octal 274 175 242 0 42 16 32 505 40 75
Binary 10111100 1111101 10100010 0 100010 1110 11010 101000101 100000 111101

Color Harmonies of #BC7DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7DA2

Black with #BC7DA2

Text Example


Text Example

White with #BC7DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7DA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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