Html Css Color HEX #BC6EAC Bouquet

📋 copy color: '#BC6EAC'

red 188 ◦ green 110 ◦ blue 172

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

Shades of Bouquet #BC6EAC

Tints of Bouquet #BC6EAC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 23.4%

 BLUE value IS 172 (67.58% from 255) = 36.6%

R = 40%
G = 23.4%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BC6EAC (or 0xBC6EAC) is known color: Bouquet. HEX triplet: BC, 6E and AC. RGB value is (188,110,172). Sum of RGB (Red+Green+Blue) = 188+110+172=470 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40% from 470); Green value is 110 (43.36% from 255 or 23.40% from 470); Blue value is 172 (67.58% from 255 or 36.60% from 470); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6EAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6EAC is #439153. Grayscale: #8C8C8C. Windows color (decimal): -4428116 or 11300540. OLE color: 11300540.

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

Color convert

RGB 188 110 172 -
CMYK 0 0.41 0.09 0.26
HSL 312.31º 0.37% 0.58% -
HSV(B) 312.31º 0.41% 0.74% -
XYZ 33.76 24.82 42.04 -
YUV 140.39 145.84 161.96 -
System Red Green Blue C M Y K H S L
Decimal 188 110 172 0 0.41 0.09 0.26 312.31 0.37 0.58
Hex BC 6E AC 0 29 9 1A 138 25 3A
Octal 274 156 254 0 51 11 32 470 45 72
Binary 10111100 1101110 10101100 0 101001 1001 11010 100111000 100101 111010

Color Harmonies of #BC6EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6EAC

Black with #BC6EAC

Text Example


Text Example

White with #BC6EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6EAC; }

 p { color: rgb(188,110,172); }

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

background-color css

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

 a { background-color: rgb(188,110,172); }

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

border-color css

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

 span { border-color: rgb(188,110,172); }

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