Html Css Color HEX #BC6AA2 Bouquet

📋 copy color: '#BC6AA2'

red 188 ◦ green 106 ◦ blue 162

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

Shades of Bouquet #BC6AA2

Tints of Bouquet #BC6AA2

RGB

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

 GREEN value IS 106 (41.8% from 255) = 23.25%

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

R = 41.23%
G = 23.25%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#BC6AA2 (or 0xBC6AA2) is known color: Bouquet. HEX triplet: BC, 6A and A2. RGB value is (188,106,162). Sum of RGB (Red+Green+Blue) = 188+106+162=456 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.23% from 456); Green value is 106 (41.80% from 255 or 23.25% from 456); Blue value is 162 (63.67% from 255 or 35.53% from 456); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6AA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6AA2 is #43955D. Grayscale: #888888. Windows color (decimal): -4429150 or 10644156. OLE color: 10644156.

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

Color convert

RGB 188 106 162 -
CMYK 0 0.44 0.14 0.26
HSL 319.02º 0.38% 0.58% -
HSV(B) 319.02º 0.44% 0.74% -
XYZ 32.41 23.61 37.03 -
YUV 136.9 142.17 164.45 -
System Red Green Blue C M Y K H S L
Decimal 188 106 162 0 0.44 0.14 0.26 319.02 0.38 0.58
Hex BC 6A A2 0 2C E 1A 13F 26 3A
Octal 274 152 242 0 54 16 32 477 46 72
Binary 10111100 1101010 10100010 0 101100 1110 11010 100111111 100110 111010

Color Harmonies of #BC6AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6AA2

Black with #BC6AA2

Text Example


Text Example

White with #BC6AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6AA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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