Html Css Color HEX #BC69A6 Bouquet

📋 copy color: '#BC69A6'

red 188 ◦ green 105 ◦ blue 166

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

Shades of Bouquet #BC69A6

Tints of Bouquet #BC69A6

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.88%

 BLUE value IS 166 (65.23% from 255) = 36.17%

R = 40.96%
G = 22.88%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.12

 K value IS 0.26

RGB Variations

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

Color information

#BC69A6 (or 0xBC69A6) is known color: Bouquet. HEX triplet: BC, 69 and A6. RGB value is (188,105,166). Sum of RGB (Red+Green+Blue) = 188+105+166=459 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.96% from 459); Green value is 105 (41.41% from 255 or 22.88% from 459); Blue value is 166 (65.23% from 255 or 36.17% from 459); Max value from RGB is 188 - color contains mainly: red. Hex color #BC69A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC69A6 is #439659. Grayscale: #888888. Windows color (decimal): -4429402 or 10906044. OLE color: 10906044.

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

Color convert

RGB 188 105 166 -
CMYK 0 0.44 0.12 0.26
HSL 315.9º 0.38% 0.57% -
HSV(B) 315.9º 0.44% 0.74% -
XYZ 32.67 23.55 38.9 -
YUV 136.77 144.5 164.54 -
System Red Green Blue C M Y K H S L
Decimal 188 105 166 0 0.44 0.12 0.26 315.9 0.38 0.57
Hex BC 69 A6 0 2C C 1A 13C 26 39
Octal 274 151 246 0 54 14 32 474 46 71
Binary 10111100 1101001 10100110 0 101100 1100 11010 100111100 100110 111001

Color Harmonies of #BC69A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC69A6

Black with #BC69A6

Text Example


Text Example

White with #BC69A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC69A6; }

 p { color: rgb(188,105,166); }

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

background-color css

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

 a { background-color: rgb(188,105,166); }

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

border-color css

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

 span { border-color: rgb(188,105,166); }

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